Mercurial > hg > zsh-env
view zshrc-quad64 @ 29:8d30bd0d3a50
provide a shortcut alias for pushd
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 24 Aug 2012 06:30:28 +0200 |
parents | 8f29a32fcdcb |
children | c58e6033e2cb |
line wrap: on
line source
# # zshrc for quad64 # . $HOME/.zsh-env/zshrc-jdk . $HOME/.zsh-env/zshrc-maven export MANPAGER=most 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 "$@" }