# HG changeset patch
# User Dirk Olmes <dirk@xanthippe.ping.de>
# Date 1396584344 -7200
# Node ID 156167445780fce64b157bf9ccf6b09764ef013b
# Parent  47174e41b4489d75f7028d59ab74435c63b9946f
remove unused cvs aliases, add ex-eclipse alias

diff -r 47174e41b448 -r 156167445780 zshrc-cassiopeia
--- a/zshrc-cassiopeia	Mon Mar 31 11:31:49 2014 +0200
+++ b/zshrc-cassiopeia	Fri Apr 04 06:05:44 2014 +0200
@@ -18,15 +18,13 @@
 #
 alias ant="/opt/eclipse-4.3/plugins/org.apache.ant_1.8.4.v201303080030/bin/ant"
 alias bzip=lbzip2
-alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"'
-alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"'
 alias df="df -h"
 alias env="env | sort | $PAGER"
+alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse"
 alias ne=neditc
 alias top=htop
 
 #
 # functions to be used directly from the command line
 #
-cvsrm() { rm "$@"; cvs remove "$@" }
 ed() { kate -u "$@" > /dev/null 2>&1 & }