terminal: Exchange fasd for zoxide
fasd is unmaintained and slower than zoxide. The transferral was painless. I imported my old database and can continue as before. It does not care about files but that is completely fine for me. Same `z` invocation as before. Has the 'interactive' mode on `zi` which is also completely fine.
This commit is contained in:
parent
bf2e74265c
commit
334f3032e8
5 changed files with 17 additions and 35 deletions
|
|
@ -24,5 +24,6 @@ if [ -d "$CONFDIR/bash/alias.d" ]; then
|
|||
unset _alias
|
||||
fi
|
||||
|
||||
eval "$(zoxide init bash)"
|
||||
alias ls='ls --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
|
|
|||
|
|
@ -99,6 +99,8 @@ ENABLE_CORRECTION="true"
|
|||
# allow moving through directories without prepending cd
|
||||
setopt autocd
|
||||
|
||||
eval "$(zoxide init zsh)"
|
||||
|
||||
# Speed up autocomplete, force prefix mapping
|
||||
zstyle ':completion:*' accept-exact '*(N)'
|
||||
zstyle ':completion:*' use-cache on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue