diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-24 16:29:26 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-24 16:29:26 +0300 |
commit | 27d018bc20a3443e6f7f96dd7874d7a39ee55816 (patch) | |
tree | 09f639482fbd3ba85c0ea3fff4ad3386fe712666 /config/p10k-lean-8colors.zsh | |
parent | 4a4c43aa9a604a47d13e30194c3138313c7fd8aa (diff) |
add POWERLEVEL9K_VPN_IP_SHOW_ALL; see #518
Diffstat (limited to 'config/p10k-lean-8colors.zsh')
-rw-r--r-- | config/p10k-lean-8colors.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 77c8b438..a3e16ddd 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -1283,6 +1283,10 @@ # Regular expression for the VPN network interface. Run `ifconfig` or `ip -4 a show` while on VPN # to see the name of the interface. typeset -g POWERLEVEL9K_VPN_IP_INTERFACE='(wg|(.*tun))[0-9]*' + # If set to true, show one segment per matching network interface. If set to false, show only + # one segment corresponding to the first matching network interface. + # Tip: If you set it to true, you'll probably want to unset POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION. + typeset -g POWERLEVEL9K_VPN_IP_SHOW_ALL=false # Custom icon. # typeset -g POWERLEVEL9K_VPN_IP_VISUAL_IDENTIFIER_EXPANSION='⭐' |