fix PS1 line wrapping, removed username.

This commit is contained in:
Daniel Forsberg 2013-03-10 14:14:21 +01:00
parent a1af223fdb
commit 030f03896f

View File

@ -23,7 +23,7 @@
# evironment variables that are not user defined. # evironment variables that are not user defined.
################################################################################ ################################################################################
PS1='\[\e[0;32m\]\u\e[1;30m@\e[1;32m\h\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] ' PS1="\[\033]0;\h: \w\007\]\[\e[1;32m\]\h\[\e[1;32m\]:\[\e[1;34m\]\w \[\e[0m\]\\$ "
export PS1 export PS1
case "$TERM" in case "$TERM" in