: # This file is executed each time a new C-shell is started up. # This is an example .cshrc which was used by tipper@unix.lancs.ac.uk # This file is also started *BEFORE* ~/.login, you have been warned # Note all environment variables are in ~/.login # ************************************** # ** Do not delete the following line ** if ( -r /etc/.aliases) source /etc/.aliases # ************************************** # Shell options set prompt="%n:%~ %% " set history=100 # Alias for usability. alias ls "ls -F" alias ll "ls -lF" alias su 'echo "This is not your box"' # Safety precaution against mistypes