From 4ea27eccebf57c451c9ad14c43a5ce5b7a1e48f5 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 1 Oct 2024 16:07:57 +0200 Subject: [PATCH] starship.nix: cleanup --- modules/programs/cli/starship.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/programs/cli/starship.nix b/modules/programs/cli/starship.nix index 4f55a13..b6b9c9b 100644 --- a/modules/programs/cli/starship.nix +++ b/modules/programs/cli/starship.nix @@ -65,12 +65,6 @@ in { # removes the read_only symbol from the format, it doesn't play nicely with my folder icon format = "[ ](bold green) [$path]($style) "; - - # the following removes tildes from the path, and substitutes some folders with shorter names - substitutions = { - "~/Dev" = "Dev"; - "~/Documents" = "Docs"; - }; }; # git