1
0
mirror of https://github.com/oh-my-fish/theme-bobthefish.git synced 2024-10-27 20:34:23 +00:00

In the prompt, show user info before everything else

This commit is contained in:
Sergei Morozov 2020-01-17 14:33:42 -08:00
parent f3301c2e2c
commit 82a0a44cdc
No known key found for this signature in database
GPG Key ID: 374EADAF543AE995

View File

@ -1064,14 +1064,14 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome'
__bobthefish_prompt_status $last_status __bobthefish_prompt_status $last_status
__bobthefish_prompt_vi __bobthefish_prompt_vi
# User / hostname info
__bobthefish_prompt_user
# Containers and VMs # Containers and VMs
__bobthefish_prompt_vagrant __bobthefish_prompt_vagrant
__bobthefish_prompt_docker __bobthefish_prompt_docker
__bobthefish_prompt_k8s_context __bobthefish_prompt_k8s_context
# User / hostname info
__bobthefish_prompt_user
# Virtual environments # Virtual environments
__bobthefish_prompt_desk __bobthefish_prompt_desk
__bobthefish_prompt_rubies __bobthefish_prompt_rubies