summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xzsh/zshrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index c30c463..be73b30 100755
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -19,11 +19,6 @@ then
 	fi
 fi
 
-if [[ ! -d ~/.zsh/cache ]]
-then
-	mkdir -p ~/.zsh/cache
-fi
-
 myfuncs=( ~alan/projects/dotfiles/zsh/functions/*(/) )
 fpath=(
 	$myfuncs