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>
|
||||
|
||||
# load bash/zsh/ksh agnostic configurations
|
||||
source $HOME/.rc
|
||||
[ -e $HOME/.rc ] && source $HOME/.rc
|
||||
|
||||
# PROMPT
|
||||
# ' histnum bgjobsflag time (%|#)'
|
||||
|
@ -183,6 +183,5 @@ function up {
|
|||
fi
|
||||
}
|
||||
|
||||
|
||||
[ -e $HOME/.zshrc.$SYS ] && source $HOME/.zshrc.$SYS
|
||||
[ -e $HOME/.zshrc.local ] && source $HOME/.zshrc.local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue