diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-08-27 09:14:43 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-08-27 09:15:13 +0300 |
commit | 2a4c962c210785e0ee222c6145b8b10d3f057bc4 (patch) | |
tree | 681757013eafc64937f4f7308d16b9ead7906c06 /config/p10k-rainbow.zsh | |
parent | 7eb501c0f533d33ec42a6b460f1778ddf3ae08f1 (diff) |
add "gpd" to the list of default VPN network interfaces; see #979
Diffstat (limited to 'config/p10k-rainbow.zsh')
-rw-r--r-- | config/p10k-rainbow.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 21a7307a..c538f7ac 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1481,7 +1481,7 @@ typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= # 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]*' + typeset -g POWERLEVEL9K_VPN_IP_INTERFACE='(gpd|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. |