From: Samir Benmendil Date: Sun, 24 Jan 2021 22:32:58 +0000 (+0000) Subject: env: introduce THEME env variable to pick between various themes X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/e14d3838379faeeb6e001586c636069b94a326ca?ds=sidebyside env: introduce THEME env variable to pick between various themes --- 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"