/opt &c
This commit is contained in:
parent
57aeed6b9d
commit
4cd060c128
1 changed files with 7 additions and 0 deletions
7
.zshrc
7
.zshrc
|
|
@ -27,6 +27,13 @@ for dir in $paths ; do
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
# Load profiles from /etc/profile.d
|
||||||
|
if test -d /etc/profile.d/; then
|
||||||
|
for profile in /etc/profile.d/*.sh; do
|
||||||
|
test -x $profile && . $profile
|
||||||
|
done
|
||||||
|
unset profile
|
||||||
|
fi
|
||||||
if [ -d ~/local/bin ] ; then
|
if [ -d ~/local/bin ] ; then
|
||||||
export PATH=~/local/bin:~/local/sbin:$PATH
|
export PATH=~/local/bin:~/local/sbin:$PATH
|
||||||
export MANPATH=~/local/man:$MANPATH
|
export MANPATH=~/local/man:$MANPATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue