From aff1b27ec573294be06747325836dc355a5d6392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 19 Feb 2023 12:29:00 +0100 Subject: [PATCH] Removed tge envman --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index 57514d1..ea27613 100644 --- a/.zshrc +++ b/.zshrc @@ -214,6 +214,3 @@ export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 # Error with Delinea [ -f "/etc/ssl/certs/ca-certificates.crt" ] && export REQUESTS_CA_BUNDLE='/etc/ssl/certs/ca-certificates.crt' - -# Generated for envman. Do not edit. -[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"