From 8b9fa068aba7ede92e9df0b46330e94d2e21246a Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 2 Nov 2022 17:10:02 +0000 Subject: [PATCH] Update dotfiles/.bashrc --- dotfiles/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index c4a1cdc6..28d5646a 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -73,7 +73,7 @@ if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then ### zoxide if command -v zoxide > /dev/null; then - eval "$(zoxide init --cmd cd zsh)" + eval "$(zoxide init --cmd cd bash)" fi ### Fig