From 2c8603fabd523aa4a9c0311d019657450c854ff3 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 22 Jan 2023 09:54:48 +0530 Subject: [PATCH] bashrc: improve prompt --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 1003aef..ec429cb 100644 --- a/.bashrc +++ b/.bashrc @@ -1 +1 @@ -PS1="[\u@\h \W]\$" +PS1="[\u@\h \W] \$ "