From 16194ce20fa3a427b64f92b9eb83f681a3b5f953 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Fri, 7 Nov 2025 13:23:58 -0500 Subject: [PATCH] !fixup different colors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3d4a5c..b8484f8 100644 --- a/Makefile +++ b/Makefile @@ -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;