mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-23 00:13:49 +01:00
Disable autopushd in zshrc
This commit is contained in:
parent
55ec140fcc
commit
b632d2e59b
@ -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_ue=$(printf '\e[0m') # leave underline mode
|
||||||
export LESS_TERMCAP_us=$(printf '\e[04;36m') # enter underline mode - cyan
|
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 :
|
# vim: set filetype=zsh ts=4 sw=4 tw=0 et :
|
||||||
|
Loading…
Reference in New Issue
Block a user