From e540950ea1d2ca4e889caae7f11fc71b5e100d87 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 20 Oct 2021 08:24:33 +0200 Subject: [PATCH] do not error on question mark in url --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 0607a6d..f88dd1a 100644 --- a/zshrc +++ b/zshrc @@ -15,6 +15,7 @@ bindkey -e # End of lines configured by zsh-newuser-install setopt SH_WORD_SPLIT +unsetopt NOMATCH # Get ourselves a nice prompt ks() { s="$?" ; $* ; return "$s" ; }