change mapping for zoxide to 'c'
This commit is contained in:
parent
1271bf4190
commit
4d3b37156d
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue