Mercurial > hg > zsh-env
view zshrc-cassiopeia @ 45:e91d7b23a31f
new zshrc with custom stuff for CentOS
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 04 Mar 2014 08:56:13 +0100 |
parents | 2206bf6b1157 |
children | 156167445780 |
line wrap: on
line source
# # zshrc for cassiopeia # . $HOME/.zsh-env/zshrc-jdk . $HOME/.zsh-env/zshrc-maven . $HOME/.zsh-env/zshrc-bindkey export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk export ICAROOT="/opt/ICAClient/linuxx86" export MULE_TEST_OPTS="-Dmule.verbose=false" export MULE_TEST_TIMEOUTSECS=9999 export PATH="$HOME/bin:${PATH}" export PGUSER=postgres # # aliases # alias ant="/opt/eclipse-4.3/plugins/org.apache.ant_1.8.4.v201303080030/bin/ant" alias bzip=lbzip2 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 & }