From 895b48a3e57bae9cc60a03acd53f01e41383de11 Mon Sep 17 00:00:00 2001 From: Bram Kelchtermans Date: Thu, 27 Jun 2024 21:36:52 +0200 Subject: [PATCH] refactor: update starship.toml file path in setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index ce243a5d..8e816c4e 100644 --- a/setup.sh +++ b/setup.sh @@ -34,7 +34,7 @@ overwrite_starship_toml() { if [ -f "./terminal/starship.toml" ]; then echo "Overwriting starship.toml..." mkdir -p ~/.config/starship - cp ./terminal/starship.toml ~/.config/starship/starship.toml + cp ./terminal/starship.toml ~/.config/starship.toml else echo "starship.toml not found in the repository." exit 1