new stuff
This commit is contained in:
parent
b12ac895c2
commit
514f01b8b6
6 changed files with 24 additions and 24 deletions
|
|
@ -12,17 +12,17 @@ function fish_prompt
|
|||
# printf ' in '
|
||||
set -U fish_greeting
|
||||
set_color $fish_color_cwd
|
||||
printf '%s' (pwd)
|
||||
printf '%s' (prompt_pwd)
|
||||
|
||||
set_color magenta
|
||||
set -g __fish_git_prompt_show_informative_status true
|
||||
printf '%s' (fish_vcs_prompt)
|
||||
set_color normal
|
||||
# Line 2
|
||||
echo
|
||||
# echo
|
||||
if test -n "$VIRTUAL_ENV"
|
||||
printf "(%s) " (set_color blue)(path basename $VIRTUAL_ENV)(set_color normal)
|
||||
end
|
||||
printf '↪ '
|
||||
printf ' ☭ '
|
||||
set_color normal
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue