diff --git a/zsh/zshrc b/zsh/zshrc index 10a16f8..2f00306 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -87,6 +87,10 @@ function context-color() { typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs direnv asdf virtualenv anaconda pyenv goenv nodenv nvm nodeenv rbenv rvm fvm luaenv jenv plenv perlbrew phpenv scalaenv haskell_stack kubecontext terraform aws aws_eb_env azure gcloud google_app_cred toolbox newline context prompt_char) typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status command_execution_time background_jobs ranger nnn lf xplr vim_shell midnight_commander nix_shell chezmoi_shell todo timewarrior taskwarrior time newline load ram swap battery) +typeset -g POWERLEVEL9K_MODE=powerline +typeset -g POWERLEVEL9K_ICON_PADDING=none +typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=true +typeset -g POWERLEVEL9K_CONTEXT_PREFIX= typeset -g POWERLEVEL9K_CONTEXT_DEFAULT_BACKGROUND=$(context-color) typeset -g POWERLEVEL9K_CONTEXT_REMOTE_BACKGROUND=$(context-color) typeset -g POWERLEVEL9K_CONTEXT_DEFAULT_FOREGROUND=15