change positioning
This commit is contained in:
parent
2591009372
commit
634d4eb34e
12
bash/bashrc
12
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user