Move aliases and functions

This commit is contained in:
Oliver Davies 2019-09-08 19:32:13 +01:00
parent fcfb0852e2
commit c0c047c300
3 changed files with 0 additions and 7 deletions

View file

@ -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