diff --git a/zprofile b/zprofile index 5c3cefd..cb93fb4 100644 --- a/zprofile +++ b/zprofile @@ -1,5 +1,13 @@ # .zprofile # vim:ft=zsh -# Eryn Wells +# +# Login shell setup +# +# Eryn Wells -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