This commit is contained in:
Never Gude 2026-04-03 22:19:11 +02:00
parent 8604af60af
commit 76cda4860c
5 changed files with 12 additions and 11 deletions

View file

@ -3,11 +3,13 @@ function fish_prompt
set -g VIRTUAL_ENV_DISABLE_PROMPT true
end
set_color white --background=brwhite --dim --reverse
# set_color white --background=brwhite --dim --reverse
set_color brwhite
set -g __fish_git_prompt_show_informative_status true
printf '%s' (fish_git_prompt " %s ")
printf '%s' (fish_git_prompt " %s")
set_color black --background=white --dim --reverse
# set_color black --background=white --dim --reverse
set_color white
printf ' %s ' (prompt_pwd -D 8)
echo