diff options
author | Julio Carlos Barrera Juez <juliocarlos@gmail.com> | 2021-01-10 01:49:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 01:49:12 +0300 |
commit | 33f20f5eaea0de5f08d77869f8cc087ddf798351 (patch) | |
tree | fd2881f58a38c586b37d40d01cc22277670e2ea3 /config/p10k-rainbow.zsh | |
parent | d524164020a91a04e8f1982ef5e57d434ef04dfb (diff) |
Add tailscale in VPN network interface regex. (#1208)
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 1f88c006..6ae412d8 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1513,7 +1513,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='(gpd|wg|(.*tun))[0-9]*' + typeset -g POWERLEVEL9K_VPN_IP_INTERFACE='(gpd|wg|(.*tun)|tailscale)[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. |