|
|
@ -65,6 +65,7 @@
|
|
|
|
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)
|
|
|
|
|
|
|
|
vi_mode # vi mode (you don't need this if you've enabled prompt_char)
|
|
|
|
# vpn_ip # virtual private network indicator
|
|
|
|
# vpn_ip # virtual private network indicator
|
|
|
|
# ram # free RAM
|
|
|
|
# ram # free RAM
|
|
|
|
# load # CPU load
|
|
|
|
# load # CPU load
|
|
|
@ -512,6 +513,23 @@
|
|
|
|
# Custom icon.
|
|
|
|
# Custom icon.
|
|
|
|
# typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
# typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###########[ vi_mode: vi mode (you don't need this if you've enabled prompt_char) ]###########
|
|
|
|
|
|
|
|
# Text and color for normal (a.k.a. command) vi mode.
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_VI_COMMAND_MODE_STRING=NORMAL
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_VI_MODE_NORMAL_FOREGROUND=106
|
|
|
|
|
|
|
|
# Text and color for visual vi mode.
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_VI_VISUAL_MODE_STRING=VISUAL
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_VI_MODE_VISUAL_FOREGROUND=68
|
|
|
|
|
|
|
|
# Text and color for overtype (a.k.a. overwrite and replace) vi mode.
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_VI_OVERWRITE_MODE_STRING=OVERTYPE
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_VI_MODE_OVERWRITE_FOREGROUND=172
|
|
|
|
|
|
|
|
# Text and color for insert vi mode.
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_VI_INSERT_MODE_STRING=
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND=66
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Custom icon.
|
|
|
|
|
|
|
|
# typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|
|
|
######################################[ ram: free RAM ]#######################################
|
|
|
|
######################################[ ram: free RAM ]#######################################
|
|
|
|
# RAM color.
|
|
|
|
# RAM color.
|
|
|
|
typeset -g POWERLEVEL9K_RAM_FOREGROUND=66
|
|
|
|
typeset -g POWERLEVEL9K_RAM_FOREGROUND=66
|
|
|
|