source: projects/vskel/tags/vskel-6.0/.cshrc @ 1126

Revision 1126, 595 bytes checked in by daisuke, 14 years ago (diff)

import vskel-4.1.0 from internal cvs repository

Line 
1# .cshrc
2
3# User specific aliases and functions
4
5# Source global definitions
6if ( -f /etc/csh.login ) then
7        source /etc/csh.login
8endif
9
10# path setting
11#setenv PATH ${PATH}:${HOME}/bin
12setenv USERNAME ""
13
14# Emacs style key binding
15bindkey -e
16
17# enable search on prompt
18bindkey "^R" i-search-back
19bindkey "^S" i-search-fwd
20
21# unlimit stacksize for large aray in user mode
22#limit stacksize unlimited
23
24# set aliases
25alias ls        'ls -F --color=auto'
26alias ll        'ls -la --color=auto'
27alias la        'ls -a --color=auto'
28alias rm        'rm -i'
29alias cp        'cp -i'
30alias eng       'env LANG=C LANGUAGE=C LC_ALL=C'
Note: See TracBrowser for help on using the repository browser.