aboutsummaryrefslogtreecommitdiff
path: root/zsh/fpath.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/fpath.zsh')
-rw-r--r--zsh/fpath.zsh2
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/fpath.zsh b/zsh/fpath.zsh
deleted file mode 100644
index b450c26..0000000
--- a/zsh/fpath.zsh
+++ /dev/null
@@ -1,2 +0,0 @@
-#add each topic folder to fpath so that they can add functions and completion scripts
-for topic_folder ($DOTFILES/zsh/*) if [ -d $topic_folder ]; then fpath=($topic_folder $fpath); fi;