From c0c047c300e1f1a62808bd061ac9e8dbfc2eecae Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 8 Sep 2019 19:32:13 +0100 Subject: [PATCH] Move aliases and functions --- tag-zsh/{aliases => zsh_profile.d/aliases.zsh} | 0 tag-zsh/{functions => zsh_profile.d/functions.zsh} | 0 tag-zsh/zshrc | 7 ------- 3 files changed, 7 deletions(-) rename tag-zsh/{aliases => zsh_profile.d/aliases.zsh} (100%) rename tag-zsh/{functions => zsh_profile.d/functions.zsh} (100%) 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