2023-02-05 22:13:01 +02:00
|
|
|
function fish_prompt
|
|
|
|
set -g prompt_string
|
|
|
|
set -g prev_color
|
2024-09-10 12:22:46 +03:00
|
|
|
fish_prompt.add \[ brblack
|
|
|
|
fish_prompt.user
|
|
|
|
fish_prompt.add (prompt_pwd) blue
|
2024-11-11 12:07:22 +02:00
|
|
|
fish_prompt.kube
|
2024-09-10 12:22:46 +03:00
|
|
|
fish_prompt.git
|
|
|
|
fish_prompt.add \] brblack
|
|
|
|
fish_prompt.bang
|
2023-02-05 22:13:01 +02:00
|
|
|
|
|
|
|
echo $prompt_string
|
|
|
|
set -e prompt_string
|
|
|
|
end
|