From de8f4f5de70d3d252e9a4e2918bc8ae445249b0f Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 16 Feb 2024 15:16:45 +0100 Subject: [PATCH] bash: Zoxide now aliases to `cd` --- shell/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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