Linux, Unix, /etc

Danger Will Robinson! You are now entering a condescending Unix user zone!
Sponsored links (requires javascript):

My .profile

# envvars
export DISPLAY=localhost:0
export DOOMWADDIR=/usr/games
export EDITOR=ex
export ENV=$HOME/.kshrc
export HISTSIZE=1000
export HISTFILE=$HOME/.history
export IRCNICK=dunne
export IRCSERVER=irc.freenet.de
export LC_ALL='en_IE'
export LESS='-c -C -e -g -Q -P %f %i of %m'
export LESSCHARSET='latin1'
export LYNX_CFG=~/.lynx.cfg
#doesn't work!
#export MAIL=$HOME/.procmail/log
#export MAILCHECK=300
export MORE='-c'
export MOZILLA_HOME=/usr/X11/bin
export NEWSERVER='news.t-online.de'
export NNTPSERVER='news.t-online.de'
export PAGER=less
export PATH=$HOME/bin:$HOME/tools:$PATH:/sbin/:/usr/local/bin/mh:$HOME/accounts/bin
export PGPPATH=/usr/home/paul/.pgp
export PRINTER=ljps
#export PS1=`hostname|sed 's/\([^.]\)\..*/\1:/'`'${PWD##*/home/paul}$ '
#export PS1='`date +%H:%M`$ '
export PS1='$ '
export SHELL=/bin/ksh
export TCL_LIBRARY=/usr/local/lib/tcl8.0
export TEMP=/tmp
export TMP=/tmp
export TMPDIR=/tmp
export VISUAL=vi
export WWW_HOME=file://localhost/home/paul/homepage/index.html
export XKEYSYMDB=/usr/X11/lib/X11/XKeysymDB
export XNLSPATH=/usr/X11/lib/X11/nls
export cso_proxy=http://fafner.dunne.net:80/
export finger_proxy=http://fafner.dunne.net:80/
export ftp_proxy=http://fafner.dunne.net:80/
export gopher_proxy=http://fafner.dunne.net:80/
export http_proxy=http://fafner.dunne.net:80/
#export https_proxy=http://fafner.dunne.net:80/
export news_proxy=http://fafner.dunne.net:80/
export newspost_proxy=http://fafner.dunne.net:80/
export newsreply_proxy=http://fafner.dunne.net:80/
export nntp_proxy=http://fafner.dunne.net:80/
export snews_proxy=http://fafner.dunne.net:80/
export snewspost_proxy=http://fafner.dunne.net:80/
export snewsreply_proxy=http://fafner.dunne.net:80/
export wais_proxy=http://fafner.dunne.net:80/
export no_proxy="localhost, dunne.dyn.dhs.org, fafner.dunne.net"

# shell options
set -o bgnice
set -o noclobber
set -o notify
set -o trackall
set -o vi
set -o vi-tabcomplete
# just because I'm paranoid, doesn't mean they're not after me...
umask 077

trap '. $HOME/.sh_logout; exit' 0

# terminal configuration
stty sane
case $TERM in
	wyse30) stty -tabs ;;
#	linux) export TERM=vt100;;
esac
mesg n

case `tty` in
	/dev/tty1) biff y ;;
	*) biff n ;;
esac


[back to Linux, Unix, /etc]



Contents licensed under the GPL