zsh pushd
This commit is contained in:
parent
bd53de094a
commit
25ed18fda1
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user