1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-04-27 09:53:24 -07:00

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

View File

@ -195,17 +195,17 @@ reload() {
if [[ "$host" == "spectre" ]] || [[ "$host" == *"banshee" ]]; then if [[ "$host" == "spectre" ]] || [[ "$host" == *"banshee" ]]; then
# via https://github.com/whjvenyl/fasd # via https://github.com/whjvenyl/fasd
if [ ! -s "$HOME/.fasd_init" ]; then # if [ ! -s "$HOME/.fasd_init" ]; then
# note that posix-alias defines aliases for the following: # # note that posix-alias defines aliases for the following:
# a s d f sd sf z zz # # a s d f sd sf z zz
fasd --init \ # fasd --init \
posix-alias \ # posix-alias \
zsh-hook zsh-ccomp zsh-ccomp-install \ # zsh-hook zsh-ccomp zsh-ccomp-install \
zsh-wcomp zsh-wcomp-install \ # zsh-wcomp zsh-wcomp-install \
>| "$HOME/.fasd_init" # >| "$HOME/.fasd_init"
fi # fi
source "$HOME/.fasd_init" # source "$HOME/.fasd_init"
alias v="f -e $EDITOR" # alias v="f -e $EDITOR"
fi fi
# generated by dircolors: # generated by dircolors: