1
0
Fork 0
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:
Luna 2024-06-07 12:59:56 +02:00
parent 32ee61f203
commit b26e0d10e4

4
.zshrc
View file

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