Mercurial > hg > zsh-env
changeset 81:a574c668b799
Automated merge with https://xanthippe.duckdns.org/hg/zsh-env
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 26 Aug 2015 10:11:39 +0200 |
parents | 60c4b60b2945 (current diff) fbf374902161 (diff) |
children | 0caebb6fae8d |
files | |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-cassiopeia Fri Aug 21 11:02:43 2015 +0200 +++ b/zshrc-cassiopeia Wed Aug 26 10:11:39 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
--- a/zshrc-gentoo Fri Aug 21 11:02:43 2015 +0200 +++ b/zshrc-gentoo Wed Aug 26 10:11:39 2015 +0200 @@ -20,7 +20,7 @@ alias cd..="cd .." alias es="ionice -c3 emerge --sync" alias les="less" -alias wu="emerge -uvDa world" +alias wu="emerge -tuvDa world" alias xm="xmodmap ~/.Xmodmap" # custom functions for gentoo