diff options
author | Alan Pearce | 2013-11-01 18:05:59 +0000 |
---|---|---|
committer | Alan Pearce | 2013-11-01 18:05:59 +0000 |
commit | f1a0100b3beca48b17601156da733d69027a0c4d (patch) | |
tree | 9f14ecb6dee392da942401743ba50b0badfcfb93 | |
parent | ee2a411d3eb0fd2025b24a9b48aa47c9269bf728 (diff) | |
download | nixfiles-f1a0100b3beca48b17601156da733d69027a0c4d.tar.lz nixfiles-f1a0100b3beca48b17601156da733d69027a0c4d.tar.zst nixfiles-f1a0100b3beca48b17601156da733d69027a0c4d.zip |
zsh: Remove check for cache directory; it's created by the installer
-rwxr-xr-x | zsh/zshrc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index c30c4635..be73b30a 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 |