2023-02-05 22:13:01 +02:00
|
|
|
function fish_prompt
|
|
|
|
set -g prompt_string
|
|
|
|
set -g prev_color
|
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
|