all repos — archive/dotfiles @ f1a0100b3beca48b17601156da733d69027a0c4d

Superseded by nixfiles

zsh: Remove check for cache directory; it's created by the installer
Alan Pearce alan@alanpearce.co.uk
Fri, 01 Nov 2013 18:05:59 +0000
commit

f1a0100b3beca48b17601156da733d69027a0c4d

parent

ee2a411d3eb0fd2025b24a9b48aa47c9269bf728

1 files changed, 0 insertions(+), 5 deletions(-)

jump to
M zsh/zshrczsh/zshrc
@@ -19,11 +19,6 @@ ) 	fi
 fi
 
-if [[ ! -d ~/.zsh/cache ]]
-then
-	mkdir -p ~/.zsh/cache
-fi
-
 myfuncs=( ~alan/projects/dotfiles/zsh/functions/*(/) )
 fpath=(
 	$myfuncs