Mercurial > hg > zsh-env
changeset 66:a77d0aad27ec
Automated merge with https://xanthippe.duckdns.org/hg/zsh-env
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 12 Mar 2015 02:43:55 +0100 |
parents | efe5f376e911 (current diff) 57f3a64cd46b (diff) |
children | 5af04798adef ade677b0fdbe |
files | |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-cassiopeia Mon Mar 02 06:00:02 2015 +0100 +++ b/zshrc-cassiopeia Thu Mar 12 02:43:55 2015 +0100 @@ -7,7 +7,7 @@ . $HOME/.zsh-env/zshrc-bindkey . $HOME/.autoenv/activate.sh -export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk +export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi-git export MULE_TEST_OPTS="-Dmule.verbose=false" export MULE_TEST_TIMEOUTSECS=9999 export PATH="$HOME/bin:${PATH}" @@ -20,9 +20,9 @@ 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 ex-dist="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-dist" +alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-eclipse" +alias ex-install="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-install" alias ne=neditc alias ping=noping alias top=htop