Skip to content

Commit

Permalink
set NO_NOMATCH
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Aug 24, 2024
1 parent 094e53b commit 49db057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/defaults/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
enable = true;
interactiveShellInit = builtins.readFile ./zshrc + ''
# fixes "no matches found"
unsetopt EXTENDED_GLOB
# unsetopt EXTENDED_GLOB
setopt NO_NOMATCH
'';
};

Expand Down

0 comments on commit 49db057

Please sign in to comment.