summaryrefslogtreecommitdiff
path: root/zprofile
blob: 7925b57112bd7eecbd3ef0780e31c7c93cd5a0b7 (plain)
1
2
3
4
5
6
7
8
#
# '.zlogout' is similar to `.zlogin', except that it is sourced before `.zshrc'
#

PATH="$PATH:$HOME/bin"
export PATH

[ -f /etc/profile ] && . /etc/profile