Zshrc: Add zoxide.

This commit is contained in:
Viyurz 2024-02-21 08:11:00 +01:00
parent 824a8034dd
commit 827a18a66c
No known key found for this signature in database

View file

@ -116,4 +116,7 @@ if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then
add-zle-hook-widget -Uz zle-line-finish zle_application_mode_stop add-zle-hook-widget -Uz zle-line-finish zle_application_mode_stop
fi fi
eval "$(zoxide init zsh)"
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh