comparison zshrc-cassiopeia @ 30:c58e6033e2cb

get rid of the hostx alias, all machines should have the proper bind-tools installed
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 12 Sep 2012 03:46:14 +0200
parents 7ca2aaae6c4b
children 2e9ab483d4bd 9096be7d1c24
comparison
equal deleted inserted replaced
29:8d30bd0d3a50 30:c58e6033e2cb
20 alias bzip=pbzip2 20 alias bzip=pbzip2
21 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"' 21 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"'
22 alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"' 22 alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"'
23 alias df="df -h" 23 alias df="df -h"
24 alias env="env | sort | $PAGER" 24 alias env="env | sort | $PAGER"
25 alias host=hostx
26 alias ne=neditc 25 alias ne=neditc
27 alias top=htop 26 alias top=htop
28 27
29 # 28 #
30 # functions to be used directly from the command line 29 # functions to be used directly from the command line