summary refs log tree commit diff stats
path: root/tag-zsh/config
diff options
context:
space:
mode:
authorAlan Pearce2017-01-20 11:14:53 +0100
committerAlan Pearce2017-01-20 11:14:53 +0100
commit17041cb7fdc04c0bc99b6ab2c6a9b4eb6585a32b (patch)
tree1ae9a03c32c75b59ff6803dc5cbb207ad8d693f1 /tag-zsh/config
parent6cdeb6638fa7bb15e026dbe67146e193bd2edcb7 (diff)
downloaddotfiles-17041cb7fdc04c0bc99b6ab2c6a9b4eb6585a32b.tar.lz
dotfiles-17041cb7fdc04c0bc99b6ab2c6a9b4eb6585a32b.tar.zst
dotfiles-17041cb7fdc04c0bc99b6ab2c6a9b4eb6585a32b.zip
zsh: Remove fasd
Diffstat (limited to 'tag-zsh/config')
-rw-r--r--tag-zsh/config/zsh/zshrc20
1 files changed, 0 insertions, 20 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 762c2ca..fb9a36a 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