From 17041cb7fdc04c0bc99b6ab2c6a9b4eb6585a32b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 20 Jan 2017 11:14:53 +0100 Subject: zsh: Remove fasd --- tag-zsh/config/zsh/zshrc | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'tag-zsh') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 762c2ca9..fb9a36a7 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-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/*" @@ -248,23 +247,4 @@ then } 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 -- cgit 1.4.1