From 57cd694d6180052661839a77b0d7dbd3c72f7981 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sat, 5 Mar 2022 19:33:59 +0100 Subject: [PATCH] Update p10k prompt --- .p10k.zsh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.p10k.zsh b/.p10k.zsh index 2068aac..0e4696c 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -32,8 +32,9 @@ typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( # os_icon # os identifier dir # current directory - # vpn_ip # virtual private network indicator + # vpn_ip # virtual private network indicator kubecontext # current kubernetes context (https://kubernetes.io/) + aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) prompt_char # prompt symbol ) @@ -50,8 +51,8 @@ # asdf # asdf version manager (https://github.com/asdf-vm/asdf) virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html) # anaconda # conda environment (https://conda.io/) - pyenv # python environment (https://github.com/pyenv/pyenv) - goenv # go environment (https://github.com/syndbg/goenv) + # pyenv # python environment (https://github.com/pyenv/pyenv) + # goenv # go environment (https://github.com/syndbg/goenv) # nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv) # nvm # node.js version from nvm (https://github.com/nvm-sh/nvm) # nodeenv # node.js environment (https://github.com/ekalinin/nodeenv) @@ -74,7 +75,7 @@ # haskell_stack # haskell version from stack (https://haskellstack.org/) # kubecontext # current kubernetes context (https://kubernetes.io/) # terraform # terraform workspace (https://www.terraform.io) - aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) + # aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) # aws_eb_env # aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) # azure # azure account name (https://docs.microsoft.com/en-us/cli/azure) # gcloud # google cloud cli account and project (https://cloud.google.com/) @@ -106,7 +107,7 @@ ) # Defines character set used by powerlevel10k. It's best to let `p10k configure` set it for you. - typeset -g POWERLEVEL9K_MODE=awesome-fontconfig + typeset -g POWERLEVEL9K_MODE=powerline # When set to `moderate`, some icons will have an extra space after them. This is meant to avoid # icon overlap when using non-monospace fonts. When set to `none`, spaces are not added. typeset -g POWERLEVEL9K_ICON_PADDING=moderate