1 # $FreeBSD: head/share/skel/dot.cshrc 278616 2015-02-12 05:35:00Z cperciva $
3 # .cshrc - csh resource script, read at beginning of execution by each shell
5 # see also csh(1), environ(7).
14 # These are normally set through /etc/login.conf. You may override them here
16 # set path = (/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin $HOME/bin)
25 # An interactive shell -- set some stuff up
26 set prompt = "%N@%m%# "
27 set promptchars = "%#"
31 set savehist = (1000 merge)
32 set autolist = ambiguous
33 # Use history to aid expansion
36 set mail = (/var/mail/$USER)
38 bindkey "^W" backward-delete-word
39 bindkey -k up history-search-backward
40 bindkey -k down history-search-forward