diff --git a/tag-zsh/aliases b/tag-zsh/zsh_profile.d/aliases.zsh similarity index 100% rename from tag-zsh/aliases rename to tag-zsh/zsh_profile.d/aliases.zsh diff --git a/tag-zsh/functions b/tag-zsh/zsh_profile.d/functions.zsh similarity index 100% rename from tag-zsh/functions rename to tag-zsh/zsh_profile.d/functions.zsh diff --git a/tag-zsh/zshrc b/tag-zsh/zshrc index 694582f..847742a 100644 --- a/tag-zsh/zshrc +++ b/tag-zsh/zshrc @@ -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