Update PS1

This commit is contained in:
Eduard Tolosa 2018-12-05 19:53:37 -05:00
parent fa648cd92e
commit 6668f96702

2
bashrc
View file

@ -52,7 +52,7 @@ if [ -n "$force_color_prompt" ]; then
fi
if [ "$color_prompt" = yes ]; then
PS1='\[\e[1;33m\]\u@\h \w ->\n\[\e[1;31m\] ➤➤➤➤ ▶\[\e[m\] '
PS1='\[\e[1;33m\]\u@\h \w ->\n\[\e[1;31m\] ➤➤ $\[\e[m\] '
else
PS1='\u@\h:\w\$ '
fi