fix the icon names to fully leverage framework

This commit is contained in:
Richard Ziegler 2021-03-10 11:57:53 -05:00
commit 393312f092
5 changed files with 23 additions and 26 deletions

View file

@ -1195,11 +1195,11 @@
#############[ 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_RUNNING_ICON=''
# typeset -g POWERLEVEL9K_DOCKER_RUNNING_ICON=''
# typeset -g POWERLEVEL9K_DOCKER_RUNNING_ICON=''
# typeset -g POWERLEVEL9K_DOCKER_PAUSED_ICON=''
# typeset -g POWERLEVEL9K_DOCKER_EXITED_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.