Move aliases and functions
This commit is contained in:
parent
fcfb0852e2
commit
c0c047c300
|
@ -89,13 +89,6 @@ source $ZSH/oh-my-zsh.sh
|
|||
alias zshconfig="vim ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
|
||||
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…
Reference in a new issue