!fixup different colors

This commit is contained in:
2025-11-07 13:23:58 -05:00
parent 524bdf030d
commit 16194ce20f

View File

@@ -30,7 +30,7 @@ scripts:
cp bashrc.sh ~/.bashrc
cp inputrc ~/.inputrc
cp starship.toml ~/.config/starship.toml
sed -i "s/#XXXXXX/$(STARSHIP_COLOR)/g" ~/.config/starship.toml
sed -i "s/#XXXXXX/$(STARSHIP_COLOR)/g" ~/.config/starship.toml
install: container scripts;