move time to the first prompt line

This commit is contained in:
romkatv 2019-08-27 10:49:02 +02:00
parent e4d78d2a72
commit 3f2f38a71e
2 changed files with 2 additions and 2 deletions

View file

@ -61,11 +61,11 @@ fi
context # user@host context # user@host
nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) nordvpn # nordvpn connection status, linux only (https://nordvpn.com/)
ranger # ranger shell (https://github.com/ranger/ranger) ranger # ranger shell (https://github.com/ranger/ranger)
# time # current time
# =========================[ Line #2 ]========================= # =========================[ Line #2 ]=========================
newline newline
# public_ip # public IP address # public_ip # public IP address
# battery # internal battery # battery # internal battery
# time # current time
# example # example user-defined segment (see prompt_example function below) # example # example user-defined segment (see prompt_example function below)
) )

View file

@ -61,11 +61,11 @@ fi
context # user@host context # user@host
nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) nordvpn # nordvpn connection status, linux only (https://nordvpn.com/)
ranger # ranger shell (https://github.com/ranger/ranger) ranger # ranger shell (https://github.com/ranger/ranger)
# time # current time
# =========================[ Line #2 ]========================= # =========================[ Line #2 ]=========================
newline newline
# public_ip # public IP address # public_ip # public IP address
# battery # internal battery # battery # internal battery
# time # current time
# example # example user-defined segment (see prompt_example function below) # example # example user-defined segment (see prompt_example function below)
) )