all repos — nixfiles @ 85e52fb2ea3dbf0f8ee7f86027ed5bf0854905be

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

Use correct path for zsh compdump in post-up hook

Alan Pearce
commit

85e52fb2ea3dbf0f8ee7f86027ed5bf0854905be

parent

86f656ea85b7e1e94c9a82ec1da669f5fad8ba65

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M hooks/post-up/zshhooks/post-up/zsh
@@ -33,9 +33,9 @@ zfiles+=$ZDOTDIR/freebsd.zsh
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