diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-10-11 17:53:28 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-10-11 17:53:28 +0300 |
commit | 1ac9c771f76a477cfd5c9cd0b6ae29d64bd01514 (patch) | |
tree | c0de82ac272747a1842e4c1e3484c7f137c7adfd /config/p10k-lean.zsh | |
parent | 90bf4c3fef4c0c61d7b4f43bacc17886d30dbf83 (diff) |
cleanup
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index d350785b..b57a9094 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -329,7 +329,6 @@ local modified='%178F' # yellow foreground local untracked='%39F' # blue foreground local conflicted='%196F' # red foreground - local loading='%244F' # grey foreground else # Styling for incomplete and stale Git status. local meta='%244F' # grey foreground @@ -337,7 +336,6 @@ local modified='%244F' # grey foreground local untracked='%244F' # grey foreground local conflicted='%244F' # grey foreground - local loading='%244F' # grey foreground fi local res @@ -746,8 +744,8 @@ # Regular expression for the VPN network interface. Run ifconfig while on VPN to see the # name of the interface. typeset -g POWERLEVEL9K_VPN_IP_INTERFACE='(wg|(.*tun))[0-9]*' - # Custom icon. - # typeset -g POWERLEVEL9K_VPN_IP_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Icon to show when on VPN. + typeset -g POWERLEVEL9K_VPN_IP_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' #########################[ proxy: system-wide http/https/ftp proxy ]########################## # Proxy color. |