diff options
author | Alan Pearce | 2014-08-13 15:53:52 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-13 15:53:52 +0100 |
commit | 79c9b2271359610fd6918ce7a6f5544bfd34a221 (patch) | |
tree | 77166302fde776a0da9f875a51c54a2a9e282ae1 /hooks/post-up/zsh | |
parent | ab2b5173c4dee51d9888d6e2eb882ea082f4aede (diff) | |
download | nixfiles-79c9b2271359610fd6918ce7a6f5544bfd34a221.tar.lz nixfiles-79c9b2271359610fd6918ce7a6f5544bfd34a221.tar.zst nixfiles-79c9b2271359610fd6918ce7a6f5544bfd34a221.zip |
rcm: Remove fasd-cache from zsh init hook
Diffstat (limited to 'hooks/post-up/zsh')
-rwxr-xr-x | hooks/post-up/zsh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hooks/post-up/zsh b/hooks/post-up/zsh index 13f0a018..15b6a2f0 100755 --- a/hooks/post-up/zsh +++ b/hooks/post-up/zsh @@ -24,12 +24,6 @@ fi local -a zfiles zfiles=($ZDOTDIR/zshrc) -fasd_cache=~/.cache/zsh/fasd-init-zsh -if [[ -s $commands[fasd] && (! -s "$fasd_cache" || $commands[fasd] -nt "$fasd_cache") ]]; then - fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install zsh-wcomp zsh-wcomp-install >! "$fasd_cache" - zfiles=($fasd_cache $zfiles) -fi - autoload -U zrecompile if [[ -f $ZDOTDIR/${HOST%%.*}.zsh ]]; then |