From 27d018bc20a3443e6f7f96dd7874d7a39ee55816 Mon Sep 17 00:00:00 2001 From: romkatv Date: Mon, 24 Feb 2020 14:29:26 +0100 Subject: add POWERLEVEL9K_VPN_IP_SHOW_ALL; see #518 --- config/p10k-rainbow.zsh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/p10k-rainbow.zsh') diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 29f66a90..6d8c5e31 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1366,6 +1366,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='⭐' -- cgit v1.2.3