diff options
author | Camil Staps | 2016-03-14 22:09:58 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:07 +0100 |
commit | 8fc531b05e0f70f3148fde8bf1f9049136f5d236 (patch) | |
tree | 9368042f0c21844c9952281aeb585c15bcfd9001 /zsh/fpath.zsh | |
parent | Clean limits to 80 chars (diff) |
removed zsh
Diffstat (limited to 'zsh/fpath.zsh')
-rw-r--r-- | zsh/fpath.zsh | 2 |
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; |