Load local aliases if they are present
This commit is contained in:
parent
ff4fe5239e
commit
4489fa69fe
4
.zshrc
4
.zshrc
|
@ -92,6 +92,10 @@ alias zshconfig="vim ~/.zshrc"
|
||||||
source ~/.aliases
|
source ~/.aliases
|
||||||
source ~/.functions
|
source ~/.functions
|
||||||
|
|
||||||
|
if [ -f ~/.aliases-private ]; then
|
||||||
|
source ~/.aliases-private
|
||||||
|
fi
|
||||||
|
|
||||||
. /usr/local/etc/profile.d/z.sh
|
. /usr/local/etc/profile.d/z.sh
|
||||||
|
|
||||||
# Stop zsh from eating space before pipe symbol
|
# Stop zsh from eating space before pipe symbol
|
||||||
|
|
Loading…
Reference in a new issue