all repos — nixfiles @ ab2b5173c4dee51d9888d6e2eb882ea082f4aede

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

zsh: Use version-controlled zsh file Makes configuration a lot easier.

Alan Pearce
commit

ab2b5173c4dee51d9888d6e2eb882ea082f4aede

parent

c67dcb9f108fae48d0e37d0d51db09d5fe1424bd

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

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -376,9 +376,9 @@ fi
_FASD_DATA="$HOME/.cache/zsh/fasd-data" autoload -U fasd -if [[ -e ~/.cache/zsh/fasd-init-zsh ]] +if [[ -e ~/.config/zsh/fasd.zsh ]] then - source ~/.cache/zsh/fasd-init-zsh + source ~/.config/zsh/fasd.zsh else echo "fasd init file is missing." fi