zsh pushd

This commit is contained in:
thek4n 2024-11-19 10:30:24 +03:00
parent bd53de094a
commit 25ed18fda1

View File

@ -8,9 +8,9 @@ setopt promptsubst # enable command substitution in prompt
setopt noflowcontrol # disable C-s mapping setopt noflowcontrol # disable C-s mapping
setopt autocd setopt autocd
DIRSTACKSIZE=8 DIRSTACKSIZE=8
setopt autopushd setopt autopushd
setopt pushdignoredups
WORDCHARS=${WORDCHARS//\/} # Don't consider certain characters part of the word WORDCHARS=${WORDCHARS//\/} # Don't consider certain characters part of the word