change mapping for zoxide to 'c'

This commit is contained in:
xesc 2024-10-26 22:55:11 +02:00
parent 1271bf4190
commit 4d3b37156d

2
.zshrc
View file

@ -60,6 +60,6 @@ else
fi fi
if $(which zoxide > /dev/null); then if $(which zoxide > /dev/null); then
eval "$(zoxide init zsh)" eval "$(zoxide init zsh --cmd c)"
fi fi