File: setup.cshrc

package info (click to toggle)
libwn6 6.0-17
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 6,012 kB
  • ctags: 3,903
  • sloc: ansic: 45,078; makefile: 960; csh: 274; sh: 17
file content (23 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if ($?prompt) then
  # this is login shell

  set filec
  set fignore = (.o .out .a)
  set ignoreeof
  set nonomatch
  set prompt="`whoami`@`hostname`[\!] "
  set history=100

  # clear path, start path
  set path   
  set path=( $path . $wnlib/command /usr/bsd /usr/ucb /usr/local/bin /usr/local/src/rcs/bin /usr/bin /bin )

  set mail=$mm/usr/spool/mail/$USER
#  set TERM=aaa-35
endif

alias ls ls -F

alias \> pushd
alias \< popd