This commit is contained in:
Richard Ziegler 2021-06-10 21:39:09 +02:00 committed by GitHub
commit a1e4dd23d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 232 additions and 13 deletions

View file

@ -100,6 +100,7 @@
# battery # internal battery
# wifi # wifi speed
# example # example user-defined segment (see prompt_example function below)
# docker # Docker containers running and exited (https://www.docker.io)
)
# Defines character set used by powerlevel10k. It's best to let `p10k configure` set it for you.
@ -269,6 +270,13 @@
# the full directory that was used in previous commands.
typeset -g POWERLEVEL9K_DIR_HYPERLINK=false
# If POWERLEVEL9K_DIR_HYPERLINK is true and using WSL, then set this to make the links work:
# You must also map this drive letter on the windows side:
# ```
# net use L: \\wsl$\Ubuntu-20.04 /persistent:yes
# ```
# typeset -g POWERLEVEL9K_WSL_NETWORK_DRIVE=L:
# Enable special styling for non-writable directories. See POWERLEVEL9K_LOCK_ICON and
# POWERLEVEL9K_DIR_CLASSES below.
typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=v2
@ -1152,6 +1160,14 @@
# Custom icon.
# typeset -g POWERLEVEL9K_HASKELL_STACK_VISUAL_IDENTIFIER_EXPANSION='⭐'
#############[ docker: shows the whale when online, and the # running and exited containers (https://www.docker.io/) ]#############
# typeset -g POWERLEVEL9K_DOCKER_ICON='🐳'
# typeset -g POWERLEVEL9K_DOCKER_CONTAINER_ONLINE_ICON=''
# typeset -g POWERLEVEL9K_DOCKER_CONTAINER_ONLINE_ICON=''
# typeset -g POWERLEVEL9K_DOCKER_CONTAINER_ONLINE_ICON=''
# typeset -g POWERLEVEL9K_DOCKER_CONTAINER_PAUSE_ICON=''
# typeset -g POWERLEVEL9K_DOCKER_CONTAINER_EXIT_ICON=''
#############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]#############
# Show kubecontext only when the the command you are typing invokes one of these tools.
# Tip: Remove the next line to always show kubecontext.