From: Sergey Matveev Date: Thu, 15 Aug 2019 05:45:20 +0000 (+0300) Subject: Paths to stow installation X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=c764a65676e127a9a566b3441e9b2d40846bca70 Paths to stow installation --- diff --git a/zsh/.zshrc b/zsh/.zshrc index ebfb44f..f9d79f0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -173,6 +173,10 @@ export PATH=$HOME/texlive/2017/bin/amd64-freebsd:$PATH export INFOPATH=$INFOPATH:/usr/local/share/info:$HOME/texlive/2017/texmf-dist/doc/info export MANPATH=$MANPATH:$HOME/texlive/2017/texmf-dist/doc/man +export PATH=$PATH:$HOME/stow/bin +export MANPATH=$MANPATH:$HOME/stow/share/man +export INFOPATH=$INFOPATH:$HOME/stow/share/info + [ -e ~/postgresql/lib/libpq.so.5 ] && export LD_PRELOAD=$HOME/postgresql/lib/libpq.so.5 # }}}