summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@pandemonium>2023-02-27 03:01:37 +0200
committerVon Random <von@pandemonium>2023-02-27 03:01:37 +0200
commit97b714e4ff1d917930cf93756519bf9ccd01d889 (patch)
treefef349669eab7754d3a5e41c9725d4753c76e511
parentde687209b98babeb0cd37a34b49582f5b5caf71d (diff)
fish: shorten prompt pwd
-rw-r--r--cli/.config/fish/functions/fish_prompt.fish2
1 files changed, 1 insertions, 1 deletions
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