1
0
Fork 0

fish: shorten prompt pwd

This commit is contained in:
Von Random 2023-02-27 03:01:37 +02:00
parent de687209b9
commit 97b714e4ff

View file

@ -1,7 +1,7 @@
function fish_prompt function fish_prompt
set -g prompt_string set -g prompt_string
set -g prev_color set -g prev_color
prompt.add blue (pwd) prompt.add blue (prompt_pwd)
prompt.git prompt.git
prompt.add normal $prompt_bang prompt.add normal $prompt_bang