diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-08-05 12:17:34 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-08-05 12:17:34 +0300 |
commit | d8c509f5c92d850de92417c7fdad4ce7fcb18fb4 (patch) | |
tree | 2270dccd8aebfdfba2d4ae80292cdfeb2725825c /config/p10k-classic.zsh | |
parent | d0fadfff9797af0badabe1507ff40b802eafd97d (diff) |
require zsh 5.3 for nordvpn segment; fixes #148
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index ac4750e8..cbb4de47 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -58,7 +58,7 @@ fi # rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv) kubecontext # current kubernetes context (https://kubernetes.io/) context # user@host - # nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) + nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) # =========================[ Line #2 ]========================= newline # public_ip # public IP address |