From 24a547b72ccf504151ae24beb309e838fe193eb9 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 2 May 2016 19:39:41 +0800 Subject: _zsh: adjust directory stack settings --- _zsh/10-setopt.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_zsh/10-setopt.zsh b/_zsh/10-setopt.zsh index fb8b5e8..c415dc3 100644 --- a/_zsh/10-setopt.zsh +++ b/_zsh/10-setopt.zsh @@ -10,6 +10,10 @@ setopt AUTO_CD setopt AUTO_PUSHD # don't push multiple copies of the same directory into the directory stack setopt PUSHD_IGNORE_DUPS +# exchange meanings of `+` and `-` when specifying a directory in the stack +setopt PUSHD_MINUS +# do not print the directory stack after `pushd` or `popd` +setopt PUSHD_SILENT # treat #, ~, and ^ as part of patterns for filename generation setopt EXTENDED_GLOB # allow comments even in interactive shells (especially for Muness) -- cgit v1.2.2