diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-31 15:57:19 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-31 15:57:19 +0300 |
commit | 4cdee85abd347f7785567d15df75b07547b34384 (patch) | |
tree | 0b2a6ca7f7e28685c0c49acd5a070b0df88d9f91 /config | |
parent | aabb13e3bb4cffa371bbba923644ed18e4d65850 (diff) |
enable nordvpn by default
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 66416a53..889d6618 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -57,9 +57,9 @@ fi # go_version # golang version kubecontext # current kubernetes context (https://kubernetes.io/) context # user@host + nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) # =========================[ Line #2 ]========================= newline - # nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) # public_ip # public IP address # battery # internal battery # time # current time diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 81a3f40d..6914c474 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -59,9 +59,9 @@ fi # go_version # golang version kubecontext # current kubernetes context (https://kubernetes.io/) context # user@host + nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) # =========================[ Line #2 ]========================= newline - # nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) # public_ip # public IP address # battery # internal battery # time # current time |