[zsh] Re-Order zsh shell prompt section

This commit is contained in:
Sebastian Schulze 2018-11-13 08:49:13 +01:00
parent 76de9fb4af
commit 72b8c04034
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 15 additions and 0 deletions

View File

@ -25,6 +25,21 @@ ZSH_THEME="spaceship"
# Only show kubecontext on demand
SPACESHIP_KUBECONTEXT_SHOW=false
SPACESHIP_PROMPT_ORDER=(
user
dir
host
git
ruby
docker
aws
kubecontext
exec_time
line_sep
jobs
exit_code
char
)
alias va="vagrant"
alias tm="tmux -2"