home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / LINUX / USRGUIDE / IMG141.GIF < prev    next >
Graphics Interchange Format  |  1996-09-10  |  14KB  |  594x1013  |  1-bit (2 colors)
Labels: black | darkness
OCR: # some random stuff: ulimit -c unlimited export history_control=ignoredups export PS1=' $PWD>' umask 022 # application-specific paths: export MANPATH=/usr/local/man: /usr/man export INFOPATH=/usr/local/info export PGPPATH=${HOME}/ . pgp # make the main PATH: homepath=${HOME} : "/bin stdpath=/bin: /usr/bin :/usr/local/bin:/usr/ucb/: /etc:/usr/etc: /usr/games pubpath=/usr/public/bin: /usr/gnusoft/bin: /usr/local/contribs/bin softpath=/usr/bin/X11:/usr/local/bin/X11: /usr/TeX/bin export PATH =. : $ {homepath } : ${stdpath } : ${pubpath} : ${softpath} # Technically, the curly braces were not necessary, because the colons were valid delimiters; nevertheless, the curly braces are a good # habit to get into, and they can't hurt. # aliases alias 1s="18 -CF" alias fg1="fg %1" alias fg2="fg %2" alias tba="talk sussman@tern .mcs. anl. gov" alias tko="talk kold@cs . oberlin. edu" alias tji="talk jimb@totoro. bio. indiana. edu" alias mroe="more" alias moer="more" alias email="emacs -f vm" alias pu=pushd alias po=popd alias b=""/. b" alias ds=dirs alias ro="rm *"; rm .#"" alias rd="rmdir" alias 11="18 -1" alias la="18 -a" alias rr="rm -r" alias md="mkdir" alias ed2="emacs -d floss: 0 -fg \"grey95\" -bg \"grey50\"" function gco gcc -o $1 $1.c -g