mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
bobthefish: virtualfish: fix typo
This commit is contained in:
parent
c3a0da82d3
commit
abc77d80d2
@ -281,7 +281,7 @@ function __bobthefish_virtualenv -d 'Get the current virtualenv'
|
|||||||
echo $__bobthefish_virtualenv_glyph(__bobthefish_virtualenv_python_version) (basename "$VIRTUAL_ENV")
|
echo $__bobthefish_virtualenv_glyph(__bobthefish_virtualenv_python_version) (basename "$VIRTUAL_ENV")
|
||||||
end
|
end
|
||||||
|
|
||||||
function __bobthefish_promt_virtualfish -d "Display activated virtual environment (only for virtualfish, virtualenv's activate.fish changes promt by itself)"
|
function __bobthefish_prompt_virtualfish -d "Display activated virtual environment (only for virtualfish, virtualenv's activate.fish changes prompt by itself)"
|
||||||
set flag_bg $__bobthefish_lt_blue
|
set flag_bg $__bobthefish_lt_blue
|
||||||
set flag_fg $__bobthefish_dk_blue
|
set flag_fg $__bobthefish_dk_blue
|
||||||
__bobthefish_start_segment $flag_bg $flag_fg
|
__bobthefish_start_segment $flag_bg $flag_fg
|
||||||
@ -300,7 +300,7 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome'
|
|||||||
__bobthefish_prompt_status
|
__bobthefish_prompt_status
|
||||||
__bobthefish_prompt_user
|
__bobthefish_prompt_user
|
||||||
if __bobthefish_in_virtualfish_virtualenv
|
if __bobthefish_in_virtualfish_virtualenv
|
||||||
__bobthefish_promt_virtualfish
|
__bobthefish_prompt_virtualfish
|
||||||
end
|
end
|
||||||
if __bobthefish_in_git
|
if __bobthefish_in_git
|
||||||
__bobthefish_prompt_git
|
__bobthefish_prompt_git
|
||||||
|
Loading…
Reference in New Issue
Block a user