powerlvel10k - options

This commit is contained in:
Bartek Stalewski 2020-01-15 15:45:38 +01:00
parent c65030e973
commit ab5b7794a7

View File

@ -1,4 +1,4 @@
# Generated by Powerlevel10k configuration wizard on 2020-01-15 at 14:09 CET. # Generated by Powerlevel10k configuration wizard on 2020-01-15 at 15:37 CET.
# Based on romkatv/powerlevel10k/config/p10k-lean.zsh, checksum 29286. # Based on romkatv/powerlevel10k/config/p10k-lean.zsh, checksum 29286.
# Wizard options: nerdfont-complete + powerline, small icons, lean, 2 lines, # Wizard options: nerdfont-complete + powerline, small icons, lean, 2 lines,
# disconnected, no frame, compact, few icons, concise, instant_prompt=off. # disconnected, no frame, compact, few icons, concise, instant_prompt=off.
@ -36,12 +36,13 @@
# The list of segments shown on the left. Fill it with the most important segments. # The list of segments shown on the left. Fill it with the most important segments.
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
# =========================[ Line #1 ]========================= # =========================[ Line #1 ]=========================
# os_icon # os identifier virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
pyenv # python environment (https://github.com/pyenv/pyenv)
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)
kubecontext # current kubernetes context (https://kubernetes.io/) kubecontext # current kubernetes context (https://kubernetes.io/)
dir # current directory dir # current directory
vcs # git status vcs # git status
command_execution_time # duration of the last command
status # exit code of the last command
# =========================[ Line #2 ]========================= # =========================[ Line #2 ]=========================
newline newline
prompt_char # prompt symbol prompt_char # prompt symbol
@ -53,44 +54,38 @@
# last prompt line gets hidden if it would overlap with left prompt. # last prompt line gets hidden if it would overlap with left prompt.
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
# =========================[ Line #1 ]========================= # =========================[ Line #1 ]=========================
status # exit code of the last command # background_jobs # presence of background jobs
command_execution_time # duration of the last command # direnv # direnv status (https://direnv.net/)
background_jobs # presence of background jobs # anaconda # conda environment (https://conda.io/)
direnv # direnv status (https://direnv.net/) # pyenv # python environment (https://github.com/pyenv/pyenv)
virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html) # goenv # go environment (https://github.com/syndbg/goenv)
anaconda # conda environment (https://conda.io/) # nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv)
# pyenv # python environment (https://github.com/pyenv/pyenv) # nvm # node.js version from nvm (https://github.com/nvm-sh/nvm)
goenv # go environment (https://github.com/syndbg/goenv) # nodeenv # node.js environment (https://github.com/ekalinin/nodeenv)
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)
# node_version # node.js version # node_version # node.js version
# go_version # go version (https://golang.org) # go_version # go version (https://golang.org)
# rust_version # rustc version (https://www.rust-lang.org) # rust_version # rustc version (https://www.rust-lang.org)
# dotnet_version # .NET version (https://dotnet.microsoft.com) # dotnet_version # .NET version (https://dotnet.microsoft.com)
rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv) # rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv)
rvm # ruby version from rvm (https://rvm.io) # rvm # ruby version from rvm (https://rvm.io)
fvm # flutter version management (https://github.com/leoafarias/fvm) # fvm # flutter version management (https://github.com/leoafarias/fvm)
luaenv # lua version from luaenv (https://github.com/cehoffman/luaenv) # luaenv # lua version from luaenv (https://github.com/cehoffman/luaenv)
jenv # java version from jenv (https://github.com/jenv/jenv) # jenv # java version from jenv (https://github.com/jenv/jenv)
plenv # perl version from plenv (https://github.com/tokuhirom/plenv) # plenv # perl version from plenv (https://github.com/tokuhirom/plenv)
# kubecontext # current kubernetes context (https://kubernetes.io/) # terraform # terraform workspace (https://www.terraform.io)
terraform # terraform workspace (https://www.terraform.io)
## 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/) # aws_eb_env # aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/)
# azure # azure account name (https://docs.microsoft.com/en-us/cli/azure) # azure # azure account name (https://docs.microsoft.com/en-us/cli/azure)
# gcloud # google cloud cli acccount and project (https://cloud.google.com/) # gcloud # google cloud cli acccount and project (https://cloud.google.com/)
# google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production) # google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production)
context # user@hostname # context # user@hostname
nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) # nordvpn # nordvpn connection status, linux only (https://nordvpn.com/)
ranger # ranger shell (https://github.com/ranger/ranger) # ranger # ranger shell (https://github.com/ranger/ranger)
nnn # nnn shell (https://github.com/jarun/nnn) # nnn # nnn shell (https://github.com/jarun/nnn)
vim_shell # vim shell indicator (:sh) # vim_shell # vim shell indicator (:sh)
# midnight_commander # midnight commander shell (https://midnight-commander.org/) # midnight_commander # midnight commander shell (https://midnight-commander.org/)
# vpn_ip # virtual private network indicator # vpn_ip # virtual private network indicator
# ram # free RAM # ram # free RAM
# load # CPU load # load # CPU load
todo # todo items (https://github.com/todotxt/todo.txt-cli)
# time # current time # time # current time
# =========================[ Line #2 ]========================= # =========================[ Line #2 ]=========================
newline newline