diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-10-06 14:04:28 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-10-06 14:04:28 +0300 |
commit | 3e515a75d2d197da30a998fa8fd7737430958fba (patch) | |
tree | 644378cf621af54b5f4e3b88dde512a4052b265a /internal/p10k.zsh | |
parent | ed45177e19bbfc4ffe65cc36bdf25e41cb7cf35b (diff) |
remove obsolete nordvpn comments
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index d9e08912..8126b6d1 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -4758,13 +4758,6 @@ function _p9k_fetch_nordvpn_status() { # Shows the state of NordVPN connection. Works only on Linux. Can be in the following 5 states. # -# MISSING: NordVPN is not installed or nordvpnd is not running. By default the segment is not -# shown in this state. To make it visible, override POWERLEVEL9K_NORDVPN_MISSING_CONTENT_EXPANSION -# and/or POWERLEVEL9K_NORDVPN_MISSING_VISUAL_IDENTIFIER_EXPANSION. -# -# # Display this icon when NordVPN is not installed or nordvpnd is not running -# POWERLEVEL9K_NORDVPN_MISSING_VISUAL_IDENTIFIER_EXPANSION='⭐' -# # CONNECTED: NordVPN is connected. By default shows NORDVPN_ICON as icon and country code as # content. In addition, the following variables are set for the use by # POWERLEVEL9K_NORDVPN_CONNECTED_VISUAL_IDENTIFIER_EXPANSION and |