commit 371a27669cc92c845cb170da0e93db68aed19811 parent afadc599e764b8eedb642b69e81b2e1a675a05e2 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Tue, 13 Jan 2015 08:28:42 +0100 also for other vars Diffstat:
zsh/path | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/zsh/path b/zsh/path @@ -2,9 +2,9 @@ PATH=~/bin_private:~/scripts/:~/bin:~/local/bin/:~/scripts/aliases:$PATH:/sbin:/usr/sbin export PATH -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/local/lib +LD_LIBRARY_PATH=~/local/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH -MANPATH=$MANPATH:~/local/share/man +MANPATH=~/local/share/man:$MANPATH export MANPATH -INFOPATH=$INFOPATH:~/local/share/info +INFOPATH=~/local/share/info:$INFOPATH export INFOPATH