From f1a0100b3beca48b17601156da733d69027a0c4d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 1 Nov 2013 18:05:59 +0000 Subject: zsh: Remove check for cache directory; it's created by the installer --- zsh/zshrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'zsh') 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 -- cgit 1.4.1