do not error on question mark in url

This commit is contained in:
Felix Van der Jeugt 2021-10-20 08:24:33 +02:00
parent 28c713228d
commit e540950ea1
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -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" ; }