Mercurial > hg > zsh-env
changeset 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 | a48ea5d61dee |
children | fbf374902161 |
files | zshrc-cassiopeia |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-cassiopeia Tue Aug 11 17:48:12 2015 +0200 +++ b/zshrc-cassiopeia Tue Aug 18 10:35:40 2015 +0200 @@ -7,6 +7,7 @@ . $HOME/.zsh-env/zshrc-bindkey . $HOME/.zsh-autoenv/autoenv.zsh +export BUILD_NUMBER=0000 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi-git export MULE_TEST_OPTS="-Dmule.verbose=false" export MULE_TEST_TIMEOUTSECS=9999 @@ -20,9 +21,9 @@ alias bzip=lbzip2 alias df="df -h" alias env="env | sort | $PAGER" -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 ex-dist="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-dist" +alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-eclipse" +alias ex-install="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-install" alias ne=neditc alias ping=noping alias top=htop