Fill in the usual infrastructure for .zprofile

This commit is contained in:
Eryn Wells 2012-04-23 15:03:03 -07:00
parent 7347be9fe6
commit 2c878b5021

View file

@ -1,5 +1,13 @@
# .zprofile
# vim:ft=zsh
# Eryn Wells <eryn@3b518c.com>
#
# Login shell setup
#
# Eryn Wells <eryn@erynwells.me>
source $HOME/.profile
[ -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