From 25ed18fda1d8845fe2c5ed09b7f538224434d9dc Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 19 Nov 2024 10:30:24 +0300 Subject: [PATCH] zsh pushd --- home/user/.config/zsh/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/zsh/options b/home/user/.config/zsh/options index 83788fc..fe57521 100644 --- a/home/user/.config/zsh/options +++ b/home/user/.config/zsh/options @@ -8,9 +8,9 @@ setopt promptsubst # enable command substitution in prompt setopt noflowcontrol # disable C-s mapping setopt autocd - DIRSTACKSIZE=8 setopt autopushd +setopt pushdignoredups WORDCHARS=${WORDCHARS//\/} # Don't consider certain characters part of the word