From: tfheen Date: Thu, 26 Sep 2002 10:16:55 +0000 (+0000) Subject: initial checkin X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f591ff21d00c1e26c8baf7829c36c7f31447740;p=dotfiles initial checkin git-svn-id: file:///svn/tfheen/trunk/dotfiles@36 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/environment b/environment new file mode 100644 index 0000000..938f211 --- /dev/null +++ b/environment @@ -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