From 20af84dbd151d667983c50a85fc321ce048716ee Mon Sep 17 00:00:00 2001 From: Harsh Virdi Date: Sun, 22 Mar 2026 14:54:32 +0530 Subject: [PATCH] Updated a faulty for loop --- setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup b/setup index 454e70d..9c696af 100644 --- a/setup +++ b/setup @@ -206,9 +206,9 @@ sed -n '/^##BASHRC#$/,/^##BASHRCEND#$/p' ~/arch_install3.sh | cut -c2- > ~/.bash # . /usr/share/bash-completion/bash_completion #fi # -#if test "$TERM" != "linux" +#if [[ "$TERM" != "linux" ]]; then # eval "$(starship init bash)" -#end +#fi ##BASHRCEND# mkdir -p ~/.config/git