Updated a faulty for loop

This commit is contained in:
2026-03-22 14:54:32 +05:30
parent 95e8c4d59f
commit 20af84dbd1
+2 -2
View File
@@ -206,9 +206,9 @@ sed -n '/^##BASHRC#$/,/^##BASHRCEND#$/p' ~/arch_install3.sh | cut -c2- > ~/.bash
# . /usr/share/bash-completion/bash_completion # . /usr/share/bash-completion/bash_completion
#fi #fi
# #
#if test "$TERM" != "linux" #if [[ "$TERM" != "linux" ]]; then
# eval "$(starship init bash)" # eval "$(starship init bash)"
#end #fi
##BASHRCEND# ##BASHRCEND#
mkdir -p ~/.config/git mkdir -p ~/.config/git