commit c06a816bab9283209e6ac2f25113a9d66294fcfd
parent cb18be5c9f075dd601ac1cbcfada850c26753994
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 26 Jan 2019 20:28:12 -0500
Reset bash prompt style at the beginning as well.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.bashrc b/.bashrc
@@ -9,4 +9,4 @@ alias ll='ls -l'
alias la='ll -a'
# Prompt
-PS1='\n\[$(tput setaf 6)\][\t] \[$(tput setaf 7)\]\u@\h: \[$(tput setaf 4)\]\w\n\[$(tput setaf 4)\]\[$(tput bold)\]\$\[$(tput sgr0)\] '
+export PS1='\[$(tput sgr0)\]\n\[$(tput setaf 6)\][\t] \[$(tput setaf 7)\]\u@\h: \[$(tput setaf 4)\]\w\n\[$(tput setaf 4)$(tput bold)\]\$\[$(tput sgr0)\] '