diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-11-18 01:08:14 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-11-18 01:08:14 +0530 |
commit | 703caf89aae8011b32814a951b5d4fdfaaad2cd4 (patch) | |
tree | 3ffc647f067efef86930672c0d0370ec56f8df4c | |
parent | b467a4d38eadf7dbaee6dd0b014be7514ea91ce1 (diff) |
Unset notify from zshrc
-rw-r--r-- | .config/zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index a83ec00..47e3a06 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,8 +1,8 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 -setopt autocd notify -unsetopt beep +setopt autocd +unsetopt beep notify bindkey -v # autoload -U colors && colors # source /home/zt/.local/zsh-autocomplete/zsh-autocomplete.plugin.zsh |