summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2013-11-01 18:05:59 +0000
committerAlan Pearce2013-11-01 18:05:59 +0000
commitf1a0100b3beca48b17601156da733d69027a0c4d (patch)
tree9f14ecb6dee392da942401743ba50b0badfcfb93 /zsh
parentee2a411d3eb0fd2025b24a9b48aa47c9269bf728 (diff)
downloaddotfiles-f1a0100b3beca48b17601156da733d69027a0c4d.tar.lz
dotfiles-f1a0100b3beca48b17601156da733d69027a0c4d.tar.zst
dotfiles-f1a0100b3beca48b17601156da733d69027a0c4d.zip
zsh: Remove check for cache directory; it's created by the installer
Diffstat (limited to 'zsh')
-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