diff --git a/bash/bashrc b/bash/bashrc index 377b46c..b2bd0e7 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -190,6 +190,12 @@ parse_git() { # PROMPTS # ------- +# ***non-color prompts*** +# PS1="\W \\$ " +# PS1="[\u@\h:\W]\\$ " +PS1="\u@\h:\W\\$ " +# PS1="[\t] \u@\h:\W\\$ " + # start prompt string # PS1="${bold}" @@ -206,12 +212,6 @@ parse_git() { # end prompt string # PS1+="${reset}" -# ***non-color prompts*** -# PS1="\W \\$ " -# PS1="[\u@\h:\W]\\$ " -PS1="\u@\h:\W\\$ " - - # BASH AUTOCOMPLETION # ------------------- if ! shopt -oq posix; then