Fill in the usual infrastructure for .zprofile
This commit is contained in:
parent
7347be9fe6
commit
2c878b5021
1 changed files with 10 additions and 2 deletions
12
zprofile
12
zprofile
|
@ -1,5 +1,13 @@
|
||||||
# .zprofile
|
# .zprofile
|
||||||
# vim:ft=zsh
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue