From 5ae4a9c0a494776aed564d6a36f54e3a56634edd Mon Sep 17 00:00:00 2001 From: BlueTufa Date: Fri, 12 Jun 2026 06:41:50 -0600 Subject: [PATCH] Starship substitutions --- starship.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/starship.toml b/starship.toml index 1a9c87c..f801752 100644 --- a/starship.toml +++ b/starship.toml @@ -34,6 +34,10 @@ 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" = "~/CloudData" +} [git_branch] style = '#a37acc bold'