comparison zshrc-quad64 @ 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 8f29a32fcdcb
children d12335ed421a
comparison
equal deleted inserted replaced
29:8d30bd0d3a50 30:c58e6033e2cb
15 alias bzip=pbzip2 15 alias bzip=pbzip2
16 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"' 16 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"'
17 alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"' 17 alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"'
18 alias df="df -h" 18 alias df="df -h"
19 alias env="env | sort | $PAGER" 19 alias env="env | sort | $PAGER"
20 alias host=hostx
21 alias top=htop 20 alias top=htop
22 21
23 # 22 #
24 # functions to be used directly from the command line 23 # functions to be used directly from the command line
25 # 24 #