Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 79:a466a8170690
define a BUILD_NUMBER that comes in handy when building exentra releases
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 18 Aug 2015 10:35:40 +0200 |
parents | fdc372a00e4d |
children | 0caebb6fae8d |
comparison
equal
deleted
inserted
replaced
73:a48ea5d61dee | 79:a466a8170690 |
---|---|
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/.zsh-autoenv/autoenv.zsh | 8 . $HOME/.zsh-autoenv/autoenv.zsh |
9 | 9 |
10 export BUILD_NUMBER=0000 | |
10 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi-git | 11 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi-git |
11 export MULE_TEST_OPTS="-Dmule.verbose=false" | 12 export MULE_TEST_OPTS="-Dmule.verbose=false" |
12 export MULE_TEST_TIMEOUTSECS=9999 | 13 export MULE_TEST_TIMEOUTSECS=9999 |
13 export PATH="$HOME/bin:${PATH}" | 14 export PATH="$HOME/bin:${PATH}" |
14 export PGUSER=postgres | 15 export PGUSER=postgres |
18 # | 19 # |
19 alias ant="/opt/eclipse-4.4/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant" | 20 alias ant="/opt/eclipse-4.4/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant" |
20 alias bzip=lbzip2 | 21 alias bzip=lbzip2 |
21 alias df="df -h" | 22 alias df="df -h" |
22 alias env="env | sort | $PAGER" | 23 alias env="env | sort | $PAGER" |
23 alias ex-dist="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-dist" | 24 alias ex-dist="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-dist" |
24 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-eclipse" | 25 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-eclipse" |
25 alias ex-install="/home/dirk/Projects/Exentra/RPI/rpi-git/utils/ex-install" | 26 alias ex-install="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-install" |
26 alias ne=neditc | 27 alias ne=neditc |
27 alias ping=noping | 28 alias ping=noping |
28 alias top=htop | 29 alias top=htop |
29 | 30 |
30 # | 31 # |