Mercurial > hg > zsh-env
changeset 37:035e19cbaee7
merge latest changes
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 16 Feb 2013 05:59:44 +0100 |
parents | 2e02d7481487 (current diff) 2f93381e4ed8 (diff) |
children | 05c566aa9510 |
files | zshrc-cassiopeia |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc Sat Jan 05 04:38:32 2013 +0100 +++ b/zshrc Sat Feb 16 05:59:44 2013 +0100 @@ -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-cassiopeia Sat Jan 05 04:38:32 2013 +0100 +++ b/zshrc-cassiopeia Sat Feb 16 05:59:44 2013 +0100 @@ -5,7 +5,6 @@ . $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