]> err.no Git - dotfiles/commitdiff
initial checkin
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 10:16:55 +0000 (10:16 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 10:16:55 +0000 (10:16 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@36 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

environment [new file with mode: 0644]

diff --git a/environment b/environment
new file mode 100644 (file)
index 0000000..938f211
--- /dev/null
@@ -0,0 +1,38 @@
+# POSIX -*- sh -*-
+#
+
+LS_OPTIONS="-B --color=auto -FN"
+CVSROOT=~/data/cvs
+EDITOR=emacs
+TZ=CET
+WWW_HOME=http://localhost/~tfheen/services.html
+test -x "$HOME/bin/lesspipe.sh" && LESSOPEN="|$HOME/bin/lesspipe.sh '%s'"
+LESS="-m"
+RSYNC_RSH=ssh
+CVS_RSH=ssh
+PILOTRATE=115200
+PILOTPORT=/dev/tts/0
+[ -z "$LANG" ] && LANG=no_NO
+MAIL=/var/spool/mail/tfheen
+DEBEMAIL=tfheen@debian.org
+CVSEDITOR=vi
+
+if test `uname -s` = "Linux" && test `uname -m` = i686; then
+    ldlib=ld-linux.so.2
+fi
+
+case `uname -s` in
+    *BSD)
+        HOSTNAME=`hostname`
+        DOMAINNAME=`hostname | cut -d. -f 2-`
+        ;;
+    Linux)
+        HOSTNAME=`hostname -f`
+        DOMAINNAME=`hostname -f | cut -d. -f 2-`
+        ;;
+esac
+
+
+export LS_OPTIONS CVSROOT EDITOR TZ WWW_HOME LESSOPEN LESS RSYNC_RSH
+export CVS_RSH PILOTPORT PILOTRATE LANG DEBEMAIL CVSEDITOR ldlib
+export HOSTNAME DOMAINNAME
\ No newline at end of file