aboutsummaryrefslogtreecommitdiff
path: root/samples/Shell/filenames/.cshrc
blob: e036088c805db31195b847e813f9fe00cc6dda79 (plain)
1
2
3
4
5
umask 022
set path=(/opt/local/bin /opt/local/sbin /bin /usr/bin)
if ( $?prompt ) then
        set history=32
endif