# Alias2D cshrc settings
#
# The commands in this file are executed each time a new csh shell
# is started.
#

# list directories in columns
alias ls 'ls -C'
alias ll 'ls -l'

# Remember last 100 commands
set history = 100
alias h history
set filec

# Allow others to read files
umask 000
