diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-08-27 11:49:02 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-08-27 11:49:02 +0300 |
commit | 3f2f38a71eb71719edec5edb8f43a8684f81a2f7 (patch) | |
tree | b9f93e90292c84dfc0fac3899310c12fd43412e4 | |
parent | e4d78d2a722c3d81a48d6eab4edc858c28fbf35f (diff) |
move time to the first prompt line
-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 6be7c45c..aab768ef 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -61,11 +61,11 @@ fi context # user@host nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) ranger # ranger shell (https://github.com/ranger/ranger) + # time # current time # =========================[ Line #2 ]========================= newline # public_ip # public IP address # battery # internal battery - # time # current time # example # example user-defined segment (see prompt_example function below) ) diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 696d6a4e..fdc41f30 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -61,11 +61,11 @@ fi context # user@host nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) ranger # ranger shell (https://github.com/ranger/ranger) + # time # current time # =========================[ Line #2 ]========================= newline # public_ip # public IP address # battery # internal battery - # time # current time # example # example user-defined segment (see prompt_example function below) ) |