|
|
@ -58,6 +58,7 @@ fi
|
|
|
|
kubecontext # current kubernetes context (https://kubernetes.io/)
|
|
|
|
kubecontext # current kubernetes context (https://kubernetes.io/)
|
|
|
|
context # user@host
|
|
|
|
context # user@host
|
|
|
|
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)
|
|
|
|
# =========================[ Line #2 ]=========================
|
|
|
|
# =========================[ Line #2 ]=========================
|
|
|
|
newline
|
|
|
|
newline
|
|
|
|
# public_ip # public IP address
|
|
|
|
# public_ip # public IP address
|
|
|
@ -420,6 +421,12 @@ fi
|
|
|
|
# Custom icon.
|
|
|
|
# Custom icon.
|
|
|
|
# typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
# typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#################[ ranger: ranger shell (https://github.com/ranger/ranger) ]##################
|
|
|
|
|
|
|
|
# Ranger shell color.
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_RANGER_FOREGROUND=221
|
|
|
|
|
|
|
|
# Custom icon.
|
|
|
|
|
|
|
|
# typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|
|
|
####################################[ context: user@host ]####################################
|
|
|
|
####################################[ context: user@host ]####################################
|
|
|
|
# Default context color.
|
|
|
|
# Default context color.
|
|
|
|
typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180
|
|
|
|
typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180
|
|
|
|