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
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ function fish_right_prompt -d "Write out the right prompt"
|
|||
set -g VIRTUAL_ENV_DISABLE_PROMPT true
|
||||
end
|
||||
|
||||
set_color brblack
|
||||
set_color 586e75
|
||||
date '+%H:%M:%S'
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue