From 24002ffe4df053b031c8b503bff06b01ad9096f1 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 21 Aug 2024 16:39:36 +0200 Subject: [PATCH] fish: keep 4 dir segements in prompt pwd --- home/common/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/fish.nix b/home/common/fish.nix index c6f0571..c29fff5 100644 --- a/home/common/fish.nix +++ b/home/common/fish.nix @@ -90,7 +90,7 @@ fish_prompt.body = '' echo - string join "" -- (set_color --italics) (prompt_hostname) ':' (prompt_pwd) (set_color green) ' ❯ ' (set_color normal) + string join "" -- (set_color --italics) (prompt_hostname) ':' (prompt_pwd --full-length-dirs=4) (set_color green) ' ❯ ' (set_color normal) ''; fish_right_prompt.body = ''