1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Disable autopushd in zshrc

This commit is contained in:
Valentin Brandl 2017-02-17 15:59:54 +01:00
parent 55ec140fcc
commit b632d2e59b
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -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 :