diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-14 08:26:27 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-14 08:26:46 -0700 |
| commit | 51e864f24cd31653fd295b0875e532c056b45e90 (patch) | |
| tree | d87c7cdd5063a6cb07c84814aed1f8df83c86251 /nix/users/fcuny/shell.nix | |
| parent | install bat and configure it for k9s (diff) | |
| download | infra-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.nix | 3 |
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 = "🌱 "; }; |
