From 1407b2385b72a2ba393e80b445bb1015093709df Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 29 Nov 2024 12:59:02 -0500 Subject: [PATCH] raise fish_prompt_pwd_full_dirs to 2 --- home/.config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.config/fish/config.fish b/home/.config/fish/config.fish index 965e1cb..1357d81 100644 --- a/home/.config/fish/config.fish +++ b/home/.config/fish/config.fish @@ -15,6 +15,8 @@ if set -q TERM && test $TERM = alacritty && ! set -q COLORTERM end if status is-interactive + set -g fish_prompt_pwd_full_dirs 2 + alias rsync 'rsync --preallocate' alias diff 'diff --color=auto' alias grep 'grep --color=auto'