| Revision 1126,
595 bytes
checked in by daisuke, 16 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 |
|---|
| 6 | if ( -f /etc/csh.login ) then |
|---|
| 7 | source /etc/csh.login |
|---|
| 8 | endif |
|---|
| 9 | |
|---|
| 10 | # path setting |
|---|
| 11 | #setenv PATH ${PATH}:${HOME}/bin |
|---|
| 12 | setenv USERNAME "" |
|---|
| 13 | |
|---|
| 14 | # Emacs style key binding |
|---|
| 15 | bindkey -e |
|---|
| 16 | |
|---|
| 17 | # enable search on prompt |
|---|
| 18 | bindkey "^R" i-search-back |
|---|
| 19 | bindkey "^S" i-search-fwd |
|---|
| 20 | |
|---|
| 21 | # unlimit stacksize for large aray in user mode |
|---|
| 22 | #limit stacksize unlimited |
|---|
| 23 | |
|---|
| 24 | # set aliases |
|---|
| 25 | alias ls 'ls -F --color=auto' |
|---|
| 26 | alias ll 'ls -la --color=auto' |
|---|
| 27 | alias la 'ls -a --color=auto' |
|---|
| 28 | alias rm 'rm -i' |
|---|
| 29 | alias cp 'cp -i' |
|---|
| 30 | alias eng 'env LANG=C LANGUAGE=C LC_ALL=C' |
|---|
Note: See
TracBrowser
for help on using the repository browser.