diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 22:09:01 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 22:09:01 +0530 |
commit | eed8fa75b2a89f341fa4caaca3d7cc05775df991 (patch) | |
tree | 1896d93dd97f175a63e735ad5fb04eaf90547a6c | |
parent | 1a7b9bda0cd37aebd933e4a8c5fc305b3af6a2dc (diff) |
disabled beep
-rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |