9 lines
159 B
Bash
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
|