aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
blob: 836b187e1cc45c1dd5ab67eba8158689c44d79a1 (plain) (blame)
1
2
3
4
5
# Nick's light .zprofile
# Basically just like .bash_profile

[ -f $HOME/.profile ] && . $HOME/.profile
[ -f $HOME/.zshrc ] && . $HOME/.zshrc