view zshrc-cassiopeia @ 57:16bf58b634d5

add autoenv
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 13 Dec 2014 03:37:41 +0100
parents 7a9536fc54b8
children 57f3a64cd46b
line wrap: on
line source

#
# zshrc for cassiopeia
#

. $HOME/.zsh-env/zshrc-jdk
. $HOME/.zsh-env/zshrc-maven
. $HOME/.zsh-env/zshrc-bindkey
. $HOME/.autoenv/activate.sh

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 ant="/opt/eclipse-4.4/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant"
alias bzip=lbzip2
alias df="df -h"
alias env="env | sort | $PAGER"
alias ex-dist="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-dist"
alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse"
alias ex-install="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-install"
alias ne=neditc
alias ping=noping
alias top=htop

#
# functions to be used directly from the command line
#
ed() { kate -u "$@" > /dev/null 2>&1 & }