From 086513606793b9aa5167af040e246c5a8faebad5 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Mon, 2 Mar 2020 23:40:17 +0000
Subject: [PATCH] Rename functions/g to configs/git.zsh

---
 tag-zsh/zsh/{functions/g => configs/git.zsh} | 0
 tag-zsh/zshrc                                | 3 ---
 2 files changed, 3 deletions(-)
 rename tag-zsh/zsh/{functions/g => configs/git.zsh} (100%)

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() {