aboutsummaryrefslogtreecommitdiff
path: root/zsh/fpath.zsh
diff options
context:
space:
mode:
authorCamil Staps2016-03-14 22:09:58 +0100
committerCamil Staps2016-11-30 19:11:07 +0100
commit8fc531b05e0f70f3148fde8bf1f9049136f5d236 (patch)
tree9368042f0c21844c9952281aeb585c15bcfd9001 /zsh/fpath.zsh
parentClean limits to 80 chars (diff)
removed zsh
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;