source: projects/rootfiles/tags/rootfiles-vine-8.1/.cshrc @ 1127

Revision 1127, 485 bytes checked in by daisuke, 14 years ago (diff)

import rootfiles-20090501 from internal cvs repository

Line 
1# .cshrc
2
3# Source local definitions
4if ( -f $target ) then
5    foreach _line_ ("`/bin/cat $target`")
6        eval `echo $_line_ | /bin/sed -e 's|=C$|=en_US|g' -e 's|\([^#]*\)=\(.*\)|setenv \1 \2|'`
7    end
8    unset _line_
9endif
10unsetenv target
11
12# User specific aliases and functions
13
14alias rm 'rm -i'
15alias cp 'cp -i'
16alias mv 'mv -i'
17alias ls 'ls -F --color=auto'
18alias eng 'env LANG=C LANGUAGE=C LC_ALL=C'
19
20setenv PATH="/usr/sbin:/sbin:${PATH}"
21
22set prompt=\[`id -nu`@`hostname -s`\]\#\
Note: See TracBrowser for help on using the repository browser.