From 20209942f0c8d6bf1caa825e5e304b49e6a4ab9d Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Thu, 24 Jun 2021 20:11:23 +0200 Subject: [PATCH] [p10k] Move git prompt to the right side --- .p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.p10k.zsh b/.p10k.zsh index a998bee..e33ff23 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -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)