diff --git a/tag-zsh/zsh/functions/g b/tag-zsh/zsh/configs/git.zsh
similarity index 100%
rename from tag-zsh/zsh/functions/g
rename to tag-zsh/zsh/configs/git.zsh
diff --git a/tag-zsh/zshrc b/tag-zsh/zshrc
index 9fa867cd..1368e8e2 100644
--- a/tag-zsh/zshrc
+++ b/tag-zsh/zshrc
@@ -7,9 +7,6 @@ export PATH=$PATH:/usr/local/sbin
 export PATH=$PATH:"$HOME/.platformsh/bin"
 export PATH="$HOME/.bin:$PATH"
 
-for function in $HOME/.zsh/functions/*; do
-  source $function
-done
 # extra files in ~/.zsh/configs/pre , ~/.zsh/configs , and ~/.zsh/configs/post
 # these are loaded first, second, and third, respectively.
 _load_settings() {