From bf9b18870818ab72106a19f5c612347f15dc02d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Tue, 19 Apr 2022 17:29:27 +0200 Subject: [PATCH] set option --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 042cc1a..c306918 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,7 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=10000 SAVEHIST=10000 -setopt autocd extendedglob nomatch notify +setopt autocd autopushd extendedglob nomatch notify unsetopt beep bindkey -v # End of lines configured by zsh-newuser-install