diff options
Diffstat (limited to 'zsh/zshrc')
-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 |