comparison zshrc-cassiopeia @ 24:7160269ef6a4

alias for launching nedit
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 10 Feb 2012 10:09:47 +0100
parents 7593aefb6142
children a51240a0cd47
comparison
equal deleted inserted replaced
23:7593aefb6142 24:7160269ef6a4
19 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"' 19 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"'
20 alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"' 20 alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"'
21 alias df="df -h" 21 alias df="df -h"
22 alias env="env | sort | $PAGER" 22 alias env="env | sort | $PAGER"
23 alias host=hostx 23 alias host=hostx
24 alias ne=neditc
24 alias top=htop 25 alias top=htop
25 26
26 # 27 #
27 # functions to be used directly from the command line 28 # functions to be used directly from the command line
28 # 29 #