bash: Zoxide now aliases to cd
This commit is contained in:
parent
b9aaba6878
commit
de8f4f5de7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ if command -v starship > /dev/null; then
|
|||
fi
|
||||
|
||||
if command -v zoxide > /dev/null; then
|
||||
eval "$(zoxide init bash)"
|
||||
eval "$(zoxide init --cmd cd bash)"
|
||||
fi
|
||||
|
||||
if [ -f ~/.bash_exec ]; then
|
||||
|
|
Loading…
Reference in a new issue