diff --git a/dot_bashrc b/dot_bashrc index d0636c9..3aa8964 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -5,7 +5,7 @@ # Return if non-interactive [[ $- != *i* ]] && return -PS1='[\e[38;5;107m\u\e[0m@\h \e[38;5;74m\w\e[0m]\$ ' +PS1='[\[\e[38;5;107m\]\u\[\e[0m\]@\h \[\e[38;5;74m\]\w\[\e[0m\]]\$ ' alias diff='diff --color=auto' alias grep='grep --color=auto'