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