1
0
Fork 0
vdotfiles/cli/.config/fish/functions/fish_prompt.fish
2023-08-21 20:58:02 +03:00

13 lines
256 B
Fish

function fish_prompt
set -g prompt_string
set -g prev_color
prompt.add \[
prompt.user
prompt.add (prompt_pwd) blue
prompt.git
prompt.add \]
prompt.add $prompt_bang brred
echo $prompt_string
set -e prompt_string
end