From b1f9015c38172bb86a116277e0da1c448ee17b97 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 25 Jun 2023 19:26:09 -0400 Subject: [PATCH] fix config for bash --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 46a0d3e..b6ad0bd 100644 --- a/.bashrc +++ b/.bashrc @@ -170,5 +170,5 @@ export PATH=$PATH:/snap/bin/zig:~/.scripts/utils:~/.scripts/setup export STARSHIP_CONFIG=~/.config/starship/starship.toml -eval "$(zoxide init zsh)" -eval "$(starship init zsh)" +eval "$(zoxide init bash)" +eval "$(starship init bash)"