From: tfheen Date: Thu, 26 Sep 2002 09:21:14 +0000 (+0000) Subject: Make PS1 nicer X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6861d975f58a4a9e25b0f7767a81c249d203f22;p=dotfiles Make PS1 nicer git-svn-id: file:///svn/tfheen/trunk/dotfiles@23 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/bashrc b/bashrc index 82952d7..caf6c69 100644 --- a/bashrc +++ b/bashrc @@ -27,7 +27,7 @@ ATTR_INV="\[\033[7m\]" ATTR_AV="\[\033[m\]" case $TERM in linux|xterm|ansi|linux-lat) - export PS1="${ATTR_FET}\u@\h:\w\\\$${ATTR_AV} " + export PS1=": ${ATTR_FET}\u@\h \w \\\$${ATTR_AV} " alias ls="ls --color=tty -FN $LS_OPTIONS" export PS2="${ATTR_FET}>${ATTR_AV}";; *)