diff --git a/bashrc b/bashrc index 5db9bbf..c1090fb 100644 --- a/bashrc +++ b/bashrc @@ -31,7 +31,7 @@ shopt -s checkwinsize # Simple prompt if [[ "$TERM" = "dumb" ]]; then - PS1="> " + PS1="\u@\h:\w$ " else PS1="ā”Œ[\e[0;32m\u@\h\e[m] [\e[0;31m\w\e[m] [\t]\nā””ā”€ā”€ " fi