Mercurial > hg > zsh-env
changeset 65:57f3a64cd46b
use the rpi-git checkout as the default workspace
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 12 Mar 2015 02:43:42 +0100 |
parents | a543849b6888 |
children | a77d0aad27ec |
files | zshrc-cassiopeia |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-cassiopeia Tue Feb 10 16:06:47 2015 +0100 +++ b/zshrc-cassiopeia Thu Mar 12 02:43:42 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