diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-08-02 00:18:13 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-08-02 00:18:13 +0300 |
commit | b6a365dd401882f86e50eb4536acfe43c3496bcf (patch) | |
tree | dce90cad98606b893e25825dd5d4d059cdd57375 | |
parent | efde7bf6f9ad3db3b38d4a7d9ff9556c1c8ff87e (diff) |
add P9K_NORDVPN_TECHNOLOGY
-rwxr-xr-x | internal/p10k.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 5fb6f6a4..b8e354f3 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -2901,6 +2901,7 @@ prompt_java_version() { typeset -gra __p9k_nordvpn_tag=( P9K_NORDVPN_STATUS + P9K_NORDVPN_TECHNOLOGY P9K_NORDVPN_PROTOCOL P9K_NORDVPN_IP_ADDRESS P9K_NORDVPN_SERVER @@ -2955,6 +2956,7 @@ function _p9k_fetch_nordvpn_status() { # # - P9K_NORDVPN_STATUS # - P9K_NORDVPN_PROTOCOL +# - P9K_NORDVPN_TECHNOLOGY # - P9K_NORDVPN_IP_ADDRESS # - P9K_NORDVPN_SERVER # - P9K_NORDVPN_COUNTRY |