SHA256
1
0
forked from pool/zsh
zsh/zprofile.rhs

12 lines
168 B
Plaintext
Raw Normal View History

#
# /etc/zprofile and ~/.zprofile are run for login shells
#
PATH="$PATH:$HOME/bin"
export PATH
# source profile
if [ -f /etc/profile ]; then
source /etc/profile
fi