Move vi mode segment to front

This commit is contained in:
Oliver Schrenk 2015-11-20 15:54:11 +01:00
parent af1e19724c
commit 92691a3c4e

View File

@ -477,6 +477,7 @@ end
function fish_prompt -d 'bobthefish, a fish theme optimized for awesome' function fish_prompt -d 'bobthefish, a fish theme optimized for awesome'
__bobthefish_prompt_status __bobthefish_prompt_status
__bobthefish_prompt_vi
__bobthefish_prompt_user __bobthefish_prompt_user
__bobthefish_prompt_rubies __bobthefish_prompt_rubies
__bobthefish_prompt_virtualfish __bobthefish_prompt_virtualfish
@ -490,6 +491,5 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome'
else else
__bobthefish_prompt_dir __bobthefish_prompt_dir
end end
__bobthefish_prompt_vi
__bobthefish_finish_segments __bobthefish_finish_segments
end end