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