all repos — nixfiles @ 17041cb7fdc04c0bc99b6ab2c6a9b4eb6585a32b

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

zsh: Remove fasd
Alan Pearce alan@alanpearce.uk
Fri, 20 Jan 2017 11:14:53 +0100
commit

17041cb7fdc04c0bc99b6ab2c6a9b4eb6585a32b

parent

6cdeb6638fa7bb15e026dbe67146e193bd2edcb7

1 files changed, 0 insertions(+), 20 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -3,7 +3,6 @@ source $ZPLUG_HOME/init.zsh 
 zplug "zsh-users/zsh-completions", depth:1, defer:0
 zplug "Tarrasch/zsh-autoenv", as:plugin
-zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install"
 zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf
 zplug "junegunn/fzf", as:plugin, use:"shell/*.zsh", defer:2
 zplug "junegunn/fzf", as:command, use:"bin/*"
@@ -246,25 +245,6 @@ command find -L "$1" \             -name .git -prune -o -name .svn -prune -o -type d \
             -a -not -path "$1" -print 2> /dev/null | sed 's@^\./@@'
   }
-fi
-
-
-if zplug check clvv/fasd
-then
-  if [[ -n $commands[fasd] ]]
-  then
-    _FASD_DATA="$HOME/.cache/zsh/fasd-data"
-    source =fasd
-
-    fasd_cache="$HOME/.fasd-init-zsh"
-    if [ "$(command -v fasd)" -nt "$fasd_cache" -o ! -s "$fasd_cache" ]; then
-      fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install >| "$fasd_cache"
-    fi
-    source "$fasd_cache"
-    unset fasd_cache
-  else
-    echo "no fasd"
-  fi
 fi
 
 unsetopt flow_control       # Let me use ^S and ^Q