update
This commit is contained in:
parent
8604af60af
commit
76cda4860c
5 changed files with 12 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue