From b632d2e59bbcff461561eaf09c9e92d1afc35215 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 17 Feb 2017 15:59:54 +0100 Subject: [PATCH] Disable autopushd in zshrc --- shells/zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index 0f93af4..98548a3 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -82,4 +82,6 @@ export LESS_TERMCAP_so=$(printf '\e[01;33m') # enter standout mode - yellow export LESS_TERMCAP_ue=$(printf '\e[0m') # leave underline mode export LESS_TERMCAP_us=$(printf '\e[04;36m') # enter underline mode - cyan +unsetopt autopushd + # vim: set filetype=zsh ts=4 sw=4 tw=0 et :