# Copyright (C) Microsoft Corporation 1984
# Example .cshrc file for demonstration C-Shell account.
# Commands here are executed each time csh starts up.
set noclobber				# don't allow '>' to overwrite
set history=20				# save last 20 commands
set cdpath=(.)				# directory search path for cd
alias v vi				# quick command alias
alias m more				# quick command alias
alias print 'pr -n \!:* | lpr'		# print command alias
