From 8fc531b05e0f70f3148fde8bf1f9049136f5d236 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 14 Mar 2016 22:09:58 +0100 Subject: removed zsh --- zsh/fpath.zsh | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 zsh/fpath.zsh (limited to 'zsh/fpath.zsh') 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; -- cgit v1.2.3