Mercurial > hg > zsh-env
view zshrc-quad64 @ 16:c09a2e38969b
Automated merge with https://xanthippe/hg/zsh-env
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 09 Dec 2011 08:18:26 +0100 |
parents | fb0e9740a20c |
children | 8f29a32fcdcb |
line wrap: on
line source
# # 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 "$@" }