From 79a918428f16fb6f82db9b16b270493bcab2b48a Mon Sep 17 00:00:00 2001 From: BlueTufa Date: Fri, 12 Jun 2026 06:47:41 -0600 Subject: [PATCH] Starship substitutions --- starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship.toml b/starship.toml index f801752..f02308f 100644 --- a/starship.toml +++ b/starship.toml @@ -35,7 +35,7 @@ utc_time_offset = '0' [directory] style = '#3399FF bold' substitutions = { - "~/Library/Mobile Documents/com~apple~CloudDocs/Data/src/ML" = "~/CloudML", + "~/Library/Mobile Documents/com~apple~CloudDocs/Data/src/ml" = "~/CloudML", "~/Library/Mobile Documents/com~apple~CloudDocs/Data" = "~/CloudData" }