]> err.no Git - dotfiles/commitdiff
Make PS1 nicer
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:21:14 +0000 (09:21 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:21:14 +0000 (09:21 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@23 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

bashrc

diff --git a/bashrc b/bashrc
index 82952d7d5e8a290feb8002bbfd210a2966f9d2f8..caf6c69597bcbe127b7a6e8881850109ba02b831 100644 (file)
--- 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}";;
     *)