diff --git a/.zshrc b/.zshrc index d272244..4285883 100644 --- a/.zshrc +++ b/.zshrc @@ -138,3 +138,6 @@ fi # Resolve problem with # zsh: no matches found setopt +o nomatch + +# Generated for envman. Do not edit. +[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"