From 8345d892299f2ad63361d08e7ee07697ec74c449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Sun, 15 May 2022 20:52:41 +0200 Subject: [PATCH] setopt pushdminus --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index c306918..aa0519a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,7 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=10000 SAVEHIST=10000 -setopt autocd autopushd extendedglob nomatch notify +setopt autocd autopushd extendedglob nomatch notify pushdminus unsetopt beep bindkey -v # End of lines configured by zsh-newuser-install