mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-12 05:40:17 +00:00
add support for zoxide
This commit is contained in:
parent
32ee61f203
commit
b26e0d10e4
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -173,6 +173,10 @@ if iscmd fzf; then
|
|||
source <(fzf --zsh);
|
||||
fi
|
||||
|
||||
if iscmd zoxide; then
|
||||
eval "$(zoxide init zsh)"
|
||||
fi
|
||||
|
||||
DISABLE_MAGIC_FUNCTIONS=true
|
||||
source $OTHER/func.zsh
|
||||
source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||
|
|
Loading…
Add table
Reference in a new issue