comparison zshrc-cassiopeia @ 82:0caebb6fae8d

move the helpers for docker into a separate file
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 04 Feb 2016 02:17:06 +0100
parents a466a8170690
children d53a76ff11f1
comparison
equal deleted inserted replaced
81:a574c668b799 82:0caebb6fae8d
3 # 3 #
4 4
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-env/zshrc-docker
8 . $HOME/.zsh-autoenv/autoenv.zsh 9 . $HOME/.zsh-autoenv/autoenv.zsh
9 10
10 export BUILD_NUMBER=0000 11 export BUILD_NUMBER=0000
11 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi-git 12 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi
12 export MULE_TEST_OPTS="-Dmule.verbose=false" 13 export MULE_TEST_OPTS="-Dmule.verbose=false"
13 export MULE_TEST_TIMEOUTSECS=9999 14 export MULE_TEST_TIMEOUTSECS=9999
14 export PATH="$HOME/bin:${PATH}" 15 export PATH="$HOME/bin:${PATH}"
15 export PGUSER=postgres 16 export PGUSER=postgres
16 17
17 # 18 #
18 # aliases 19 # aliases
19 # 20 #
20 alias ant="/opt/eclipse-4.4/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant" 21 alias ant="/opt/eclipse-4.5/plugins/org.apache.ant_1.9.4.v201504302020/bin/ant"
21 alias bzip=lbzip2 22 alias bzip=lbzip2
22 alias df="df -h" 23 alias df="df -h"
23 alias env="env | sort | $PAGER" 24 alias env="env | sort | $PAGER"
24 alias ex-dist="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-dist" 25 alias ex-dist="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-dist"
25 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-eclipse" 26 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-eclipse"