diff --git a/shell/bash/.bashrc b/shell/bash/.bashrc index 7561f17..635f052 100755 --- a/shell/bash/.bashrc +++ b/shell/bash/.bashrc @@ -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