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