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 :