diff --git a/zsh/p10k/segments/_prompt.zsh b/zsh/p10k/segments/_prompt.zsh index 43b9ac25..8ac21685 100644 --- a/zsh/p10k/segments/_prompt.zsh +++ b/zsh/p10k/segments/_prompt.zsh @@ -26,7 +26,6 @@ typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( go_version # go version (https://golang.org) kubecontext # current kubernetes context (https://kubernetes.io/) aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) - vpn_ip # virtual private network indicator ) # }}} diff --git a/zsh/p10k/segments/vpn_ip.zsh b/zsh/p10k/segments/vpn_ip.zsh deleted file mode 100644 index 00b8d70a..00000000 --- a/zsh/p10k/segments/vpn_ip.zsh +++ /dev/null @@ -1,5 +0,0 @@ -typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=$green -typeset -g POWERLEVEL9K_VPN_IP_BACKGROUND=$black -typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= -typeset -g POWERLEVEL9K_VPN_IP_INTERFACE='(gpd|wg|(.*tun)|tailscale)[0-9]*' -typeset -g POWERLEVEL9K_VPN_IP_SHOW_ALL=false