From 86a371b0aab552a105175d3c21f28dd1d0a93e18 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 24 Jun 2025 13:28:52 -0500 Subject: [PATCH] Update starship config --- home/hosts/ivr/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/hosts/ivr/default.nix b/home/hosts/ivr/default.nix index 0456b80..5bb0000 100644 --- a/home/hosts/ivr/default.nix +++ b/home/hosts/ivr/default.nix @@ -69,6 +69,14 @@ in starship = { enable = true; enableNushellIntegration = true; + settings = { + directory = { + home_symbol = "~"; + truncate_to_repo = false; + truncation_length = 0; + use_os_path_sep = true; + }; + }; }; tmux.shell = (lib.getExe x); };