1
0
Fork 0
vdotfiles/cli/.config/fish/functions/fish_prompt.fish

12 lines
221 B
Fish
Raw Normal View History

2023-02-05 22:13:01 +02:00
function fish_prompt
set -g prompt_string
set -g prev_color
2023-06-19 14:19:03 +03:00
prompt.user
2023-02-27 03:01:37 +02:00
prompt.add blue (prompt_pwd)
2023-02-05 22:13:01 +02:00
prompt.git
prompt.add normal $prompt_bang
echo $prompt_string
set -e prompt_string
end