changeset 21:ee88f708d3ce

turn of adding stuff to the directory stack automatically
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 30 Jan 2012 12:07:35 +0100
parents e13dca4c3fb6
children fd29e12b3a2e
files zshrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"