From 083e18856e12826654c718b66ece5902d896af20 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 26 Sep 2002 09:20:26 +0000 Subject: [PATCH] Add initial framework for per-host setup Space after prompt git-svn-id: file:///svn/tfheen/trunk/dotfiles@21 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- bashrc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index a29f7e4..82952d7 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}";; *) @@ -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 -- 2.39.5