###################################################################### # # rc.mine File # # Sets user configuration with tcsh on Mac OS X. # Place in /Users//Library/init/tcsh # # Author: Gary Embler # Date: 04/12/02 # Shell tested: tcsh 6.10.00 # OS tested: Mac OS X 10.1.3 # ###################################################################### # # Copyright (c) 2002 Gary Embler . # All rights reserved. # # Permission to use, copy, modify, and distribute this software for # any purpose with or without fee is hereby granted, provided that # the above copyright notice, this permission notice, and the # following disclaimer appear on all copies. # # This software is provided by Gary Embler on an as-is basis and all # warranties expressed or implied are disclaimed. In no event shall # the author be held liable for any direct or indirect damages # however caused arising from the use of this software. # ###################################################################### # # Shell Variable Settings # set notify # # Prompt Setup # alias setprompt 'set prompt="\\ /*********************************************************************\\ * %n@%M:%//\\ *********************************************************************/\\ $$:\! "$SHELL"> "' alias cd 'cd \!:*; setprompt' alias pd 'pushd \!:*; setprompt' alias po 'popd \!:*; setprompt' # # Commands # limit coredumpsize 0 setprompt