From 82a0a44cdcec1f225a99fa69fab5ca358b829b6a Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Fri, 17 Jan 2020 14:33:42 -0800 Subject: [PATCH] In the prompt, show user info before everything else --- fish_prompt.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 470d142..02e03e5 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -1064,14 +1064,14 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome' __bobthefish_prompt_status $last_status __bobthefish_prompt_vi + # User / hostname info + __bobthefish_prompt_user + # Containers and VMs __bobthefish_prompt_vagrant __bobthefish_prompt_docker __bobthefish_prompt_k8s_context - # User / hostname info - __bobthefish_prompt_user - # Virtual environments __bobthefish_prompt_desk __bobthefish_prompt_rubies