summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-10-14 15:46:56 +0200
committerlassulus <lassulus@lassul.us>2019-10-14 15:46:56 +0200
commitc9bea3113ca52b05f617bacfe381fa269a601377 (patch)
tree069731a265d8c548bc7e5ca55b271be921fc46a9
parentab521230c8deb01fe114b4fb23655c54642d31d0 (diff)
l zsh: don't error on url nomatches
-rw-r--r--lass/2configs/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/zsh.nix b/lass/2configs/zsh.nix
index 53106b03..05964eb5 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