From c06f4e035c5b0bab5c4ebf43ca2479e3c7517462 Mon Sep 17 00:00:00 2001 From: Bram Kelchtermans Date: Thu, 27 Jun 2024 22:31:32 +0200 Subject: [PATCH] refactor: Update starship.toml file path and remove unused symbol --- setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.sh b/setup.sh index a7aafb77..adbb5c14 100644 --- a/setup.sh +++ b/setup.sh @@ -59,7 +59,6 @@ configure_starship() { overwrite_starship_toml() { if [ -f "./terminal/starship.toml" ]; then echo "Overwriting starship.toml..." - mkdir -p ~/.config/starship cp ./terminal/starship.toml ~/.config/starship.toml # Check if icon parameter is provided