1
0
Fork 0

bashrc: put a "border" around PS0

This commit is contained in:
Pratham Patel 2024-04-16 09:56:31 +05:30
parent 92c56f7bc1
commit 2a5cfa2ef4
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ function nixos_needsreboot() {
}
# PS1 setup
PS0="\t" # display time in HH:MM:SS format
PS0="\t|\n--------+" # display time in HH:MM:SS format
# the function needs to be called **everytime** and is in single quotes
# shellcheck disable=SC2016
PS0+='$(nixos_needsreboot)'"\n"