bash: Zoxide now aliases to cd

This commit is contained in:
GaspardCulis 2024-02-16 15:16:45 +01:00
parent b9aaba6878
commit de8f4f5de7

View file

@ -45,7 +45,7 @@ if command -v starship > /dev/null; then
fi fi
if command -v zoxide > /dev/null; then if command -v zoxide > /dev/null; then
eval "$(zoxide init bash)" eval "$(zoxide init --cmd cd bash)"
fi fi
if [ -f ~/.bash_exec ]; then if [ -f ~/.bash_exec ]; then