From 97b714e4ff1d917930cf93756519bf9ccd01d889 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 27 Feb 2023 03:01:37 +0200 Subject: [PATCH] fish: shorten prompt pwd --- cli/.config/fish/functions/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/.config/fish/functions/fish_prompt.fish b/cli/.config/fish/functions/fish_prompt.fish index 990c9ab..ff8af6e 100644 --- a/cli/.config/fish/functions/fish_prompt.fish +++ b/cli/.config/fish/functions/fish_prompt.fish @@ -1,7 +1,7 @@ function fish_prompt set -g prompt_string set -g prev_color - prompt.add blue (pwd) + prompt.add blue (prompt_pwd) prompt.git prompt.add normal $prompt_bang