all repos — nixfiles @ 414852c9e8fb99bb5ae79401f0e746aacbb3c11c

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

Update and migrate fasd data file location
Alan Pearce alan@alanpearce.co.uk
Sun, 13 Apr 2014 09:38:30 +0100
commit

414852c9e8fb99bb5ae79401f0e746aacbb3c11c

parent

b4f919d6b8969113181955cacb3c2e7bf14af67d

2 files changed, 3 insertions(+), 1 deletions(-)

jump to
M hooks/post-up/zshhooks/post-up/zsh
@@ -38,3 +38,5 @@ for fp in $ZDOTDIR/functions/*(/); do
 	zrecompile -p $fp $fp/*
 done
+
+[[ -f ~/.zsh/fasd-data ]] && mv ~/.zsh/fasd-data ~/.cache/zsh/fasd-data
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -354,7 +354,7 @@ fi 	fi
 }
 
-_FASD_DATA="$HOME/.zsh/fasd-data"
+_FASD_DATA="$HOME/.cache/zsh/fasd-data"
 source ~/.cache/zsh/fasd-init-zsh
 
 if [[ $OSTYPE == freebsd* ]]; then