# HG changeset patch # User Dirk Olmes # Date 1327921655 -3600 # Node ID ee88f708d3ce2989738df9a00995593280defe1b # Parent e13dca4c3fb66e355dd72a3b4054783b6e4665b7 turn of adding stuff to the directory stack automatically diff -r e13dca4c3fb6 -r ee88f708d3ce zshrc --- a/zshrc Thu Jan 26 16:33:01 2012 +0100 +++ b/zshrc Mon Jan 30 12:07:35 2012 +0100 @@ -38,6 +38,9 @@ # get rid of the silly "zsh: sure you want to delete all the files in ..." message unsetopt normstarsilent +# turn of the "helpful" zsh feature of pushing each directory to the dir stack on cd +unsetopt autopushd + # utility function that is used by various other modules removeFromPath() { search_term="$1"