From fd678fd95fcc98372a90c3f16033f9df29f6a1d9 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 11 Aug 2021 19:05:00 -0400 Subject: update bashrc --- shells/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/.bashrc b/shells/.bashrc index 7c0c1e9..cc17a89 100644 --- a/shells/.bashrc +++ b/shells/.bashrc @@ -3,7 +3,7 @@ # # set prompt -export PS1="\[\e[36m\][\[\e[m\]\[\e[33m\]\u\[\e[m\]@\[\e[35m\]\h\[\e[m\] \\$ \[\e[37m\]\w\[\e[m\]\[\e[36m\]]\[\e[m\] " +export PS1='\[\e[0;93m\][\[\e[0;96m\]\u\[\e[0;95m\]@\[\e[0;96m\]\h \[\e[0;92m\]\w\[\e[0;93m\]]\[\e[0;90m\]$\[\e[0m\] ' # options shopt -s autocd -- cgit v1.2.3