Annotation of home/as/.csh/alias.csh, revision 1.3
1.3 ! as 1: # $Paefchen: home/as/.csh/alias.csh,v 1.2 2008/06/02 08:05:42 as Exp $
1.1 as 2:
3: # CSHRC_RELOAD: YES
4: # CSHRC_PROMPTONLY: YES
5: # CSHRC_DESCR: Aliase neu einlesen
6:
7: alias grep grep --colour=auto
8: alias h history 25
9: alias j jobs -l
10: alias la ls -aG
11: alias lf ls -FAG
12: alias ll ls -la
13: alias ls ls -G
14: alias llh ls -lah
15: alias l ls -l
16: alias lh ls -lh
17: alias c clear
18: alias showlogs screen -c ~/.screen.moni
19:
20: if ($OSTYPE:al == 'darwin') then
21: alias msu sudo "$SHELL"
22: endif
23:
24: alias fbsddiff diff -ruN
1.3 ! as 25: alias svnprops svn propset svn:keywords '"URL Date Author Rev Id"'