diff --git a/home/programs/zsh/zshrc b/home/programs/zsh/zshrc index 6478a8c..6a8757f 100644 --- a/home/programs/zsh/zshrc +++ b/home/programs/zsh/zshrc @@ -1,8 +1,9 @@ HISTFILE=~/.histfile HISTSIZE=10000 SAVEHIST=10000 -setopt nomatch -unsetopt autocd beep extendedglob notify +setopt nomatch autocd +# unsetopt autocd beep extendedglob notify +unsetopt beep extendedglob notify bindkey -v zstyle :compinstall filename '/home/synchronous/.zshrc'