change positioning

This commit is contained in:
James Dixon 2020-05-25 23:47:49 -04:00
parent 2591009372
commit 634d4eb34e

View File

@ -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