[bash] remove newline from PS1
This makes my prompt play a little nicer with python virtual environments.
This commit is contained in:
parent
e4b1fc02db
commit
712b11e620
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -142,7 +142,7 @@ do_solarize_shell() {
|
|||
else
|
||||
__c="0;36" # default user name color is cyan
|
||||
fi
|
||||
export PS1="\n[\[\033[${__c}m\]\u@\h \[\033[0;34m\]\w\[\033[0m\]]\n\$ "
|
||||
export PS1="[\[\033[${__c}m\]\u@\h \[\033[0;34m\]\w\[\033[0m\]]\n\$ "
|
||||
export PS2=". "
|
||||
|
||||
# Customize colors for `ls` command
|
||||
|
|
Loading…
Add table
Reference in a new issue