From 125bf08e734c3df40936429ab5822f335e45a099 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 4 Apr 2014 07:47:15 -0700 Subject: [PATCH] Add autopushd option to zshrc. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index f5fa167..e93b6b7 100644 --- a/zshrc +++ b/zshrc @@ -2,7 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 -setopt appendhistory autocd extendedglob nomatch +setopt appendhistory autocd autopushd extendedglob nomatch unsetopt beep bindkey -e # End of lines configured by zsh-newuser-install