From e6b39d249fbc388b491ba4d80fc25ca2a9dc0256 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 13 Feb 2022 19:41:41 -0600 Subject: [PATCH] remove mamba banner --- system/env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/env.sh b/system/env.sh index 3a397fc..faf1870 100644 --- a/system/env.sh +++ b/system/env.sh @@ -76,3 +76,6 @@ export EGET_BIN=$HOME/bin # for dotenv export ZSH_DOTENV_ALLOWED_LIST=$HOME/.cache/dotenv-allowed.list export ZSH_DOTENV_DISALLOWED_LIST=$HOME/.cache/dotenv-disallowed.list + +# mamba +export MAMBA_NO_BANNER=1