zsh/zprofile

9 lines
159 B
Plaintext
Raw Normal View History

2020-01-08 14:53:25 +08:00
#
# '.zlogout' is similar to `.zlogin', except that it is sourced before `.zshrc'
#
PATH="$PATH:$HOME/bin"
export PATH
[ -f /etc/profile ] && . /etc/profile