add support for zoxide
This commit is contained in:
parent
2e6858e544
commit
1271bf4190
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -59,3 +59,7 @@ else
|
|||
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
fi
|
||||
|
||||
if $(which zoxide > /dev/null); then
|
||||
eval "$(zoxide init zsh)"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue