Mercurial > hg > zsh-env
changeset 61:37fb3d013086
Automated merge with https://xanthippe/hg/zsh-env
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 03 Sep 2013 07:45:23 +0200 |
parents | 46fb22ffffa8 (diff) b2d78d66fa8c (current diff) |
children | 16d8d652fcf1 |
files | |
diffstat | 4 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc Sat Feb 09 05:18:47 2013 +0100 +++ b/zshrc Tue Sep 03 07:45:23 2013 +0200 @@ -42,6 +42,9 @@ # turn of the "helpful" zsh feature of pushing each directory to the dir stack on cd unsetopt autopushd +# turn off "helpful" auto correction +unsetopt correct_all + # utility function that is used by various other modules removeFromPath() { search_term="$1"
--- a/zshrc-bindkey Sat Feb 09 05:18:47 2013 +0100 +++ b/zshrc-bindkey Tue Sep 03 07:45:23 2013 +0200 @@ -12,3 +12,9 @@ # Ctrl-Right bindkey '^[[1;5C' forward-word + +# cursor up just goes back in history +bindkey '^[[A' up-history + +# cursor down just goes forward in history +bindkey '^[[B' down-history
--- a/zshrc-cassiopeia Sat Feb 09 05:18:47 2013 +0100 +++ b/zshrc-cassiopeia Tue Sep 03 07:45:23 2013 +0200 @@ -5,9 +5,7 @@ . $HOME/.zsh-env/zshrc-jdk . $HOME/.zsh-env/zshrc-maven . $HOME/.zsh-env/zshrc-bindkey -#. /usr/local/GNUstep/share/GNUstep/Makefiles/GNUstep.sh -export ANT_HOME=/usr/share/ant-bin export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk export MULE_TEST_OPTS="-Dmule.verbose=false" export MULE_TEST_TIMEOUTSECS=9999 @@ -17,6 +15,7 @@ # # aliases # +alias ant="/opt/eclipse-4.3/plugins/org.apache.ant_1.8.4.v201303080030/bin/ant" alias bzip=pbzip2 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"' alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"'