Mercurial > hg > zsh-env
diff zshrc-quad64 @ 11:fb0e9740a20c
add environment for quad64
author | Dirk Olmes <dirk.olmes@exentra.de> |
---|---|
date | Tue, 06 Dec 2011 05:19:13 +0100 |
parents | |
children | 8f29a32fcdcb |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zshrc-quad64 Tue Dec 06 05:19:13 2011 +0100 @@ -0,0 +1,25 @@ +# +# zshrc for quad64 +# + +. $HOME/.zsh-env/zshrc-jdk +. $HOME/.zsh-env/zshrc-maven + +export PATH="$HOME/bin:${PATH}" +export PGUSER=postgres + +# +# aliases +# +alias bzip=pbzip2 +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 host=hostx +alias top=htop + +# +# functions to be used directly from the command line +# +cvsrm() { rm "$@"; cvs remove "$@" }