l zsh: don't error on url nomatches
This commit is contained in:
parent
ab521230c8
commit
c9bea3113c
|
@ -8,6 +8,7 @@
|
|||
zsh-newuser-install() { :; }
|
||||
'';
|
||||
interactiveShellInit = ''
|
||||
unsetopt nomatch # no matches found urls
|
||||
setopt autocd extendedglob
|
||||
bindkey -e
|
||||
|
||||
|
|
Loading…
Reference in a new issue