Mercurial > hg > zsh-env
diff zshrc-cassiopeia @ 49:156167445780
remove unused cvs aliases, add ex-eclipse alias
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 04 Apr 2014 06:05:44 +0200 |
parents | 2206bf6b1157 |
children | 71da2af2ecd7 |
line wrap: on
line diff
--- 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 & }