comparison zshrc-cassiopeia @ 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 16bf58b634d5
children ade677b0fdbe
comparison
equal deleted inserted replaced
63:a543849b6888 65:57f3a64cd46b
5 . $HOME/.zsh-env/zshrc-jdk 5 . $HOME/.zsh-env/zshrc-jdk
6 . $HOME/.zsh-env/zshrc-maven 6 . $HOME/.zsh-env/zshrc-maven
7 . $HOME/.zsh-env/zshrc-bindkey 7 . $HOME/.zsh-env/zshrc-bindkey
8 . $HOME/.autoenv/activate.sh 8 . $HOME/.autoenv/activate.sh
9 9
10 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk 10 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi-git
11 export MULE_TEST_OPTS="-Dmule.verbose=false" 11 export MULE_TEST_OPTS="-Dmule.verbose=false"
12 export MULE_TEST_TIMEOUTSECS=9999 12 export MULE_TEST_TIMEOUTSECS=9999
13 export PATH="$HOME/bin:${PATH}" 13 export PATH="$HOME/bin:${PATH}"
14 export PGUSER=postgres 14 export PGUSER=postgres
15 15
18 # 18 #
19 alias ant="/opt/eclipse-4.4/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant" 19 alias ant="/opt/eclipse-4.4/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant"
20 alias bzip=lbzip2 20 alias bzip=lbzip2
21 alias df="df -h" 21 alias df="df -h"
22 alias env="env | sort | $PAGER" 22 alias env="env | sort | $PAGER"
23 alias ex-dist="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-dist" 23 alias ex-dist="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-dist"
24 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse" 24 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-eclipse"
25 alias ex-install="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-install" 25 alias ex-install="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-install"
26 alias ne=neditc 26 alias ne=neditc
27 alias ping=noping 27 alias ping=noping
28 alias top=htop 28 alias top=htop
29 29
30 # 30 #