From 2a5cfa2ef4d2d52c002778d4ce5a344b56773c0d Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 16 Apr 2024 09:56:31 +0530 Subject: [PATCH] bashrc: put a "border" around PS0 --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 2228410..64080d8 100644 --- a/.bashrc +++ b/.bashrc @@ -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"