From eed8fa75b2a89f341fa4caaca3d7cc05775df991 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 7 Jun 2021 22:09:01 +0530 Subject: disabled beep --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 2831fc8..3f20c1a 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,7 +1,7 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 -setopt autocd beep notify +setopt autocd notify bindkey -v # autoload -U colors && colors # source /home/zt/.local/zsh-autocomplete/zsh-autocomplete.plugin.zsh -- cgit v1.2.3