From f2fac18af2588aeb0de19252b6c4dc345a5d551b Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 4 Jan 2017 16:15:52 +1100 Subject: [PATCH] Enable pushd stuff when changing directories --- config/zsh/interactive/options | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zsh/interactive/options b/config/zsh/interactive/options index 178051e..1d89d7e 100644 --- a/config/zsh/interactive/options +++ b/config/zsh/interactive/options @@ -1,4 +1,5 @@ #! zsh +setopt auto_pushd pushd_ignore_dups setopt correct zstyle ':completion:*' completer _expand _complete _correct _approximate