From 62f525a4c76bcbeb4ba8691e0807edb397315f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Thu, 28 Apr 2022 14:01:35 +0200 Subject: [PATCH] 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"