Merge pull request #233 from morozov/user-info-first

In the prompt, show user info before everything else
pull/240/head
Justin Hileman 4 years ago committed by GitHub
commit 6ccde62d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save