comparison 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
comparison
equal deleted inserted replaced
48:47174e41b448 49:156167445780
16 # 16 #
17 # aliases 17 # aliases
18 # 18 #
19 alias ant="/opt/eclipse-4.3/plugins/org.apache.ant_1.8.4.v201303080030/bin/ant" 19 alias ant="/opt/eclipse-4.3/plugins/org.apache.ant_1.8.4.v201303080030/bin/ant"
20 alias bzip=lbzip2 20 alias bzip=lbzip2
21 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"'
22 alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"'
23 alias df="df -h" 21 alias df="df -h"
24 alias env="env | sort | $PAGER" 22 alias env="env | sort | $PAGER"
23 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse"
25 alias ne=neditc 24 alias ne=neditc
26 alias top=htop 25 alias top=htop
27 26
28 # 27 #
29 # functions to be used directly from the command line 28 # functions to be used directly from the command line
30 # 29 #
31 cvsrm() { rm "$@"; cvs remove "$@" }
32 ed() { kate -u "$@" > /dev/null 2>&1 & } 30 ed() { kate -u "$@" > /dev/null 2>&1 & }