Update starship config

This commit is contained in:
Greg Hellings
2025-06-24 13:28:52 -05:00
parent 1512028ea9
commit 86a371b0aa
+8
View File
@@ -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);
};