2011-05-03 21:53:50 -07:00
|
|
|
# .zprofile
|
|
|
|
# vim:ft=zsh
|
2012-04-23 15:03:03 -07:00
|
|
|
#
|
|
|
|
# Login shell setup
|
|
|
|
#
|
|
|
|
# Eryn Wells <eryn@erynwells.me>
|
2011-05-03 21:53:50 -07:00
|
|
|
|
2012-04-23 15:03:03 -07:00
|
|
|
[ -e $HOME/.profile ] && source $HOME/.profile
|
|
|
|
|
|
|
|
# Any ZSH stuff goes here.
|
|
|
|
|
|
|
|
[ -e $HOME/.profile.$SYS ] && source $HOME/.profile.$SYS
|
|
|
|
[ -e $HOME/.profile.local ] && source $HOME/.profile.local
|