aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/shell.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-14 08:26:27 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-14 08:26:46 -0700
commit51e864f24cd31653fd295b0875e532c056b45e90 (patch)
treed87c7cdd5063a6cb07c84814aed1f8df83c86251 /nix/users/fcuny/shell.nix
parentinstall bat and configure it for k9s (diff)
downloadinfra-51e864f24cd31653fd295b0875e532c056b45e90.tar.gz
show part of the path with starship
Diffstat (limited to 'nix/users/fcuny/shell.nix')
-rw-r--r--nix/users/fcuny/shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix
index 5d10385..175ac87 100644
--- a/nix/users/fcuny/shell.nix
+++ b/nix/users/fcuny/shell.nix
@@ -102,6 +102,9 @@ in
enable = true;
settings = {
add_newline = false;
+ directory = {
+ fish_style_pwd_dir_length = 3;
+ };
git_branch = {
symbol = "🌱 ";
};