From 634d4eb34ec6cca25e584e93acbaf0fae994ff23 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Mon, 25 May 2020 23:47:49 -0400 Subject: [PATCH] change positioning --- bash/bashrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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