# .cshrc.mine
# Sets up C Shell preferences

# set the prompt
set term = vt100
set prompt = `echo -n $cwd ; echo \>`
alias cd 'cd \!*; set prompt = `echo -n $cwd ; echo \>`'

# list file type too
alias ls 'ls -F'
