From e50822eef4d483baff0437885041d91a3fd20e08 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 22 May 2023 21:02:46 +0200 Subject: [PATCH] Disable [] and ? match alerts on zsh --- zsh/rc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/rc b/zsh/rc index e70d34e..12206d4 100644 --- a/zsh/rc +++ b/zsh/rc @@ -17,6 +17,7 @@ source $DOTFILES_SHELL_DIR/direnv set -o ignoreeof unsetopt BEEP +unsetopt NOMATCH source $DOTFILES_SHELL_DIR/git_prompt_info GIT_PS1_SHOWDIRTYSTATE=1