l zsh: don't error on url nomatches

This commit is contained in:
lassulus 2019-10-14 15:46:56 +02:00
parent ab521230c8
commit c9bea3113c
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
zsh-newuser-install() { :; }
'';
interactiveShellInit = ''
unsetopt nomatch # no matches found urls
setopt autocd extendedglob
bindkey -e