From 106c798d5ffdd4a800caa8c7fc2615e1fa1258bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Thu, 28 Apr 2022 14:00:47 +0200 Subject: [PATCH 1/2] Changed the .zshrc --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 62b7440..d272244 100644 --- a/.zshrc +++ b/.zshrc @@ -84,7 +84,7 @@ alias gcommitw="git commit --author='Marcin Wozniak Date: Thu, 28 Apr 2022 14:01:35 +0200 Subject: [PATCH 2/2] Added the envman --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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"