Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 118:b279e1279ce7
remove outdated tooling support
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 25 Jan 2017 08:22:10 +0100 |
parents | ebee1c499f19 |
children | 52a56c121370 |
comparison
equal
deleted
inserted
replaced
117:87a831b2afc8 | 118:b279e1279ce7 |
---|---|
8 . $HOME/.zsh-env/zshrc-docker | 8 . $HOME/.zsh-env/zshrc-docker |
9 . $HOME/.zsh-env/zshrc-vpn | 9 . $HOME/.zsh-env/zshrc-vpn |
10 . $HOME/.zsh-autoenv/autoenv.zsh | 10 . $HOME/.zsh-autoenv/autoenv.zsh |
11 | 11 |
12 export BUILD_NUMBER=0000 | 12 export BUILD_NUMBER=0000 |
13 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi | |
14 export MULE_TEST_OPTS="-Dmule.verbose=false" | 13 export MULE_TEST_OPTS="-Dmule.verbose=false" |
15 export MULE_TEST_TIMEOUTSECS=9999 | 14 export MULE_TEST_TIMEOUTSECS=9999 |
16 export PATH="$HOME/bin:${HOME}/.nodejs/bin:${PATH}" | 15 export PATH="$HOME/bin:${HOME}/.nodejs/bin:${PATH}" |
17 export PGUSER=postgres | 16 export PGUSER=postgres |
18 | 17 |
22 alias ant="/opt/eclipse-4.5/plugins/org.apache.ant_1.9.4.v201504302020/bin/ant" | 21 alias ant="/opt/eclipse-4.5/plugins/org.apache.ant_1.9.4.v201504302020/bin/ant" |
23 alias bzip=lbzip2 | 22 alias bzip=lbzip2 |
24 alias df="df -h" | 23 alias df="df -h" |
25 alias env="env | sort | $PAGER" | 24 alias env="env | sort | $PAGER" |
26 alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist" | 25 alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist" |
27 alias ex-eclipse="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-eclipse" | |
28 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install" | 26 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install" |
29 alias mtail=multitail | 27 alias mtail=multitail |
30 alias ne=neditc | 28 alias ne=neditc |
31 alias ping=noping | 29 alias ping=noping |
32 alias top=htop | 30 alias top=htop |