diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 22:10:39 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 22:10:39 +0530 |
commit | 3caff24190068d5745ff7ac92c86e1fc389ba630 (patch) | |
tree | 90899dc4248b330557032263a0cf3556944ebf30 /.config/zsh | |
parent | eed8fa75b2a89f341fa4caaca3d7cc05775df991 (diff) |
really disabled beep
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 3f20c1a..974b868 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -2,6 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 setopt autocd notify +unsetopt beep bindkey -v # autoload -U colors && colors # source /home/zt/.local/zsh-autocomplete/zsh-autocomplete.plugin.zsh |