disable fasd

i forgot it was enabled and it slows down prompts quite a bit
This commit is contained in:
Connor Olding 2020-07-24 11:43:34 +02:00
parent fec561d898
commit 9c3629951b
1 changed files with 11 additions and 11 deletions

View File

@ -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: