diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-08-03 12:54:19 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-08-03 12:54:19 +0300 |
commit | 7565d00218a3897034a1e0078738806a530db30d (patch) | |
tree | 0aeb7f5de99fdd22e1a6f4cbf070267945abd3db /config | |
parent | 635b0d7c99a22d996b5ca43efb56e9ec6b1ebdb4 (diff) |
disable nordvpn temporarily until #148 is resolved
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-classic.zsh | 2 | ||||
-rw-r--r-- | config/p10k-lean.zsh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index cbb4de47..ac4750e8 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 diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 52dcdcf4..6e998971 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -60,7 +60,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 |