zsh/zprofile
2020-01-08 18:47:31 +08:00

9 lines
159 B
Bash

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