[p10k] Move git prompt to the right side

This commit is contained in:
Daniel Carrillo 2021-06-24 20:11:23 +02:00
parent 1644060a9e
commit 20209942f0
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,6 @@
# os_icon # os identifier
dir # current directory
# vpn_ip # virtual private network indicator
vcs # git status
prompt_char # prompt symbol
)
@ -44,6 +43,7 @@
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
status # exit code of the last command
command_execution_time # duration of the last command
vcs # git status
background_jobs # presence of background jobs
direnv # direnv status (https://direnv.net/)
# asdf # asdf version manager (https://github.com/asdf-vm/asdf)