]> err.no Git - dotfiles/commitdiff
move lang stuff to environment
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 5 Oct 2002 14:49:13 +0000 (14:49 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 5 Oct 2002 14:49:13 +0000 (14:49 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@57 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

bashrc

diff --git a/bashrc b/bashrc
index 8a5bcc6b88da639d9e47f0d9f1e7b6fbc71f339f..fa23a279aab0cdc10a77f71a82e5463f08a4b2d3 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -34,16 +34,3 @@ case $TERM in
 esac
 
 alias mirror="wget --mirror --no-parent --convert-links -P $HOME/data/www-mirror "
-
-case "$DOMAINNAME" in
-    pvv*|idi.ntnu.no)
-        # Sigh, no locale here, at least not uniformly.
-        ;;
-    samfundet*)
-        mesg y
-        export EMAIL=tfheen@samfundet.no
-        ;;
-    *)
-        export LANG=no_NO
-        ;;
-esac