From afd719e1773c14e687127163e9d2fa63b21561d0 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 30 Dec 2016 00:30:54 +0000 Subject: [PATCH] Full prompt in fish. --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 0bd4ec9..a23be52 100644 --- a/install.sh +++ b/install.sh @@ -48,6 +48,7 @@ echo 'function fish_right_prompt; end' > ~/.config/fish/functions/fish_right_pro touch ~/.fish.local echo 'set -x VIRTUAL_ENV_DISABLE_PROMPT 1' > ~/.config/fish/config.fish echo 'set -g theme_title_use_abbreviated_path no' >> ~/.config/fish/config.fish +echo 'set -g fish_prompt_pwd_dir_length 0' >> ~/.config/fish/config.fish if [ `hostname` != 'tuonela' ]; then echo 'set -g theme_display_user yes' >> ~/.config/fish/config.fish fi