all repos — nixfiles @ f1a0100b3beca48b17601156da733d69027a0c4d

System and user configuration, managed by nix and home-manager

zsh: Remove check for cache directory; it's created by the installer

Alan Pearce
commit

f1a0100b3beca48b17601156da733d69027a0c4d

parent

ee2a411d3eb0fd2025b24a9b48aa47c9269bf728

1 file 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