From e14d3838379faeeb6e001586c636069b94a326ca Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 24 Jan 2021 22:32:58 +0000 Subject: [PATCH] env: introduce THEME env variable to pick between various themes --- zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/zshenv b/zshenv index 796ca88..ef9cf3d 100644 --- a/zshenv +++ b/zshenv @@ -7,6 +7,7 @@ export HOST=$(hostname) # the default command to open a new terminal export TERMINAL=kitty +export THEME=mlp # gpg export GNUPGHOME="$XDG_CONFIG_HOME/gnupg" -- 2.48.1