1
0
Fork 0
vdotfiles/cli/.config/fish/functions/fish_prompt.fish
2023-02-27 03:01:37 +02:00

10 lines
205 B
Fish

function fish_prompt
set -g prompt_string
set -g prev_color
prompt.add blue (prompt_pwd)
prompt.git
prompt.add normal $prompt_bang
echo $prompt_string
set -e prompt_string
end