mirror of
https://github.com/notwa/rc
synced 2025-03-14 22:12:50 -07:00
disable fasd
i forgot it was enabled and it slows down prompts quite a bit
This commit is contained in:
parent
fec561d898
commit
9c3629951b
1 changed files with 11 additions and 11 deletions
22
home/zshrc
22
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue