]> err.no Git - dotfiles/commitdiff
Add initial framework for per-host setup
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:20:26 +0000 (09:20 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 09:20:26 +0000 (09:20 +0000)
Space after prompt

git-svn-id: file:///svn/tfheen/trunk/dotfiles@21 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

bashrc

diff --git a/bashrc b/bashrc
index a29f7e4aeea4e2ad6ef050c6507bc225ac29f389..82952d7d5e8a290feb8002bbfd210a2966f9d2f8 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}";;
     *) 
@@ -43,6 +43,12 @@ export CVS_RSH=ssh
 export PILOTRATE=115200
 export PILOTPORT=/dev/tts/0
 alias mirror="wget --mirror --no-parent --convert-links -P $HOME/data/www-mirror "
-
-export LANG=no_NO
+case `domainname` in
+    pvv)
+        # Sigh, no locale here, at least not uniformly.
+        ;;
+    *)
+        export LANG=no_NO
+        ;;
+esac
 export DEBEMAIL=tfheen@debian.org