Mercurial > hg > zsh-env
view zshrc-cassiopeia @ 33:2e9ab483d4bd
rename the zshrc that holds the keybindings, use it for xanthippe, too
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 04 Jan 2013 04:37:01 +0100 |
parents | c58e6033e2cb |
children | 035e19cbaee7 |
line wrap: on
line source
# # zshrc for cassiopeia # . $HOME/.zsh-env/zshrc-jdk . $HOME/.zsh-env/zshrc-maven . $HOME/.zsh-env/zshrc-bindkey #. /usr/local/GNUstep/share/GNUstep/Makefiles/GNUstep.sh export ANT_HOME=/usr/share/ant-bin export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk export MULE_TEST_OPTS="-Dmule.verbose=false" export MULE_TEST_TIMEOUTSECS=9999 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 ne=neditc alias top=htop # # functions to be used directly from the command line # cvsrm() { rm "$@"; cvs remove "$@" } ed() { kate -u "$@" > /dev/null 2>&1 & }