From 9c3629951bb5f52bf1c99acedd8f0105831f8db2 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 24 Jul 2020 11:43:34 +0200 Subject: [PATCH] disable fasd i forgot it was enabled and it slows down prompts quite a bit --- home/zshrc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/home/zshrc b/home/zshrc index 8d528ee..b4bc0b8 100644 --- a/home/zshrc +++ b/home/zshrc @@ -195,17 +195,17 @@ reload() { if [[ "$host" == "spectre" ]] || [[ "$host" == *"banshee" ]]; then # via https://github.com/whjvenyl/fasd - if [ ! -s "$HOME/.fasd_init" ]; then - # note that posix-alias defines aliases for the following: - # a s d f sd sf z zz - fasd --init \ - posix-alias \ - zsh-hook zsh-ccomp zsh-ccomp-install \ - zsh-wcomp zsh-wcomp-install \ - >| "$HOME/.fasd_init" - fi - source "$HOME/.fasd_init" - alias v="f -e $EDITOR" +# if [ ! -s "$HOME/.fasd_init" ]; then +# # note that posix-alias defines aliases for the following: +# # a s d f sd sf z zz +# fasd --init \ +# posix-alias \ +# zsh-hook zsh-ccomp zsh-ccomp-install \ +# zsh-wcomp zsh-wcomp-install \ +# >| "$HOME/.fasd_init" +# fi +# source "$HOME/.fasd_init" +# alias v="f -e $EDITOR" fi # generated by dircolors: