File:  [Paefchen] / home / as / .csh / alias.csh
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu Jul 10 08:44:57 2008 UTC (16 years, 4 months ago) by as
Branches: MAIN
CVS tags: HEAD
Quata fehler

# $Paefchen: home/as/.csh/alias.csh,v 1.3 2008/07/10 08:44:57 as Exp $

# CSHRC_RELOAD: YES
# CSHRC_PROMPTONLY: YES
# CSHRC_DESCR: Aliase neu einlesen

alias 	grep 		grep --colour=auto
alias   h       	history 25
alias   j       	jobs -l
alias   la      	ls -aG
alias   lf      	ls -FAG
alias   ll      	ls -la
alias   ls      	ls -G
alias   llh     	ls -lah
alias   l       	ls -l
alias   lh      	ls -lh
alias   c       	clear
alias	showlogs	screen -c ~/.screen.moni

if ($OSTYPE:al == 'darwin') then
	alias	msu			sudo "$SHELL"
endif

alias	fbsddiff	diff -ruN
alias	svnprops	svn propset svn:keywords '"URL Date Author Rev Id"'