From 92691a3c4e9d413555604885d73fdbb967e3917e Mon Sep 17 00:00:00 2001 From: Oliver Schrenk Date: Fri, 20 Nov 2015 15:54:11 +0100 Subject: [PATCH] Move vi mode segment to front --- fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index a0e69dc..68e3a76 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -477,6 +477,7 @@ end function fish_prompt -d 'bobthefish, a fish theme optimized for awesome' __bobthefish_prompt_status + __bobthefish_prompt_vi __bobthefish_prompt_user __bobthefish_prompt_rubies __bobthefish_prompt_virtualfish @@ -490,6 +491,5 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome' else __bobthefish_prompt_dir end - __bobthefish_prompt_vi __bobthefish_finish_segments end