commit 791cf66d746100b37e4681d58da3c1a4d442cfe8
parent c2b038abb0d1d63d547f98eb89649fa9670b27bd
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date: Wed, 20 Mar 2024 21:58:15 -0500
Changed PS1 to minimalist prompt
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.bashrc b/.bashrc
@@ -36,7 +36,7 @@ GPG_TTY=$(tty)
[ -f /usr/share/git/completion/git-prompt.sh ] && source /usr/share/git/completion/git-prompt.sh
#export GIT_PS1_SHOWCOLORHINTS=1
#export GIT_PS1_SHOWDIRTYSTATE=1
-PS1='[\u@\h \W] $(__git_ps1) \$ '
+PS1='\$$(__git_ps1) '
cd() { echo "Use pushd!"; }