diff options
author | lassulus <lassulus@lassul.us> | 2019-10-14 15:46:56 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-10-14 15:46:56 +0200 |
commit | c9bea3113ca52b05f617bacfe381fa269a601377 (patch) | |
tree | 069731a265d8c548bc7e5ca55b271be921fc46a9 | |
parent | ab521230c8deb01fe114b4fb23655c54642d31d0 (diff) |
l zsh: don't error on url nomatches
-rw-r--r-- | lass/2configs/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/zsh.nix b/lass/2configs/zsh.nix index 53106b03b..05964eb51 100644 --- a/lass/2configs/zsh.nix +++ b/lass/2configs/zsh.nix @@ -8,6 +8,7 @@ zsh-newuser-install() { :; } ''; interactiveShellInit = '' + unsetopt nomatch # no matches found urls setopt autocd extendedglob bindkey -e |