diff options
Diffstat (limited to 'hooks/post-up')
-rwxr-xr-x | hooks/post-up/zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hooks/post-up/zsh b/hooks/post-up/zsh index e3c733a..dda5ec9 100755 --- a/hooks/post-up/zsh +++ b/hooks/post-up/zsh @@ -33,9 +33,9 @@ if [[ $OSTYPE == freebsd* ]]; then fi autoload -Uz compinit -compinit -u -d .cache/zsh/compdump +compinit -u -d ~/.cache/zsh/compdump zrecompile -p -R $ZDOTDIR/.zshrc.zwc $zfiles -- \ - -M .cache/zsh/compdump + -M ~/.cache/zsh/compdump if [[ -s $commands[fasd] ]]; then if [[ ! -d $ZDOTDIR/functions/fasd ]]; then |