From c9bea3113ca52b05f617bacfe381fa269a601377 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 14 Oct 2019 15:46:56 +0200 Subject: l zsh: don't error on url nomatches --- lass/2configs/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3