## ## RCSfile: .bash_profile,v ## Revision: 1.22 ## Date: 1998/04/16 03:25:43 ## ## DESCRIPTION ## ~/.bash_profile -- initialization script for bash ## ## LICENSE ## This source code is hereby released to the public domain and is unsupported. ## You are encouraged to copy and modify this file. Please clearly document ## modifications with authorship and motivation. Bug reports, code ## contributions, and suggestions are appreciated. ## ## SOURCE ## New versions of this file may be obtained from (as of 1998/11/08) ## http://www.in-machina.com/~reece/setup/bash_profile ## ftp://in-machina.com/pub/reece/setup/bash_profile ## ## AUTHOR ## Reece Hart, http://www.in-machina.com/~reece/, PGP:0xD178AAF9 ## Do not send unsolicited bulk email. Boycott companies which do so. ## [ -t 0 ] && echo 'Id: .bash_profile,v 1.22 1998/04/16 03:25:43 reece Exp' [ -f ${HOME}/.bashrc ] && \. ${HOME}/.bashrc [ -t 0 ] && echo "TERM=${TERM:-unset}; DISPLAY=${DISPLAY:-unset}" #stty erase ^H