Conditionally source ~/.rc
This commit is contained in:
parent
0cdd328b3d
commit
7ba0953b36
1 changed files with 1 additions and 2 deletions
3
zshrc
3
zshrc
|
@ -6,7 +6,7 @@
|
||||||
# Eryn Wells <eryn@erynwells.me>
|
# Eryn Wells <eryn@erynwells.me>
|
||||||
|
|
||||||
# load bash/zsh/ksh agnostic configurations
|
# load bash/zsh/ksh agnostic configurations
|
||||||
source $HOME/.rc
|
[ -e $HOME/.rc ] && source $HOME/.rc
|
||||||
|
|
||||||
# PROMPT
|
# PROMPT
|
||||||
# ' histnum bgjobsflag time (%|#)'
|
# ' histnum bgjobsflag time (%|#)'
|
||||||
|
@ -183,6 +183,5 @@ function up {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
[ -e $HOME/.zshrc.$SYS ] && source $HOME/.zshrc.$SYS
|
[ -e $HOME/.zshrc.$SYS ] && source $HOME/.zshrc.$SYS
|
||||||
[ -e $HOME/.zshrc.local ] && source $HOME/.zshrc.local
|
[ -e $HOME/.zshrc.local ] && source $HOME/.zshrc.local
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue