From: Samir Benmendil Date: Sun, 24 Jan 2021 01:31:48 +0000 (+0000) Subject: env: set default TERMINAL in environment X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/2981382fce99a91fd64161c3f5590ea2cf3a77b3 env: set default TERMINAL in environment This will be an attempt to use this as much as possible to make switching terminal as easy as possible. --- diff --git a/zshenv b/zshenv index 09f86c5..9126f59 100644 --- a/zshenv +++ b/zshenv @@ -5,6 +5,9 @@ export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" export HOST=$(hostname) +# the default command to open a new terminal +export TERMINAL=urxvtc + # gpg export GNUPGHOME="$XDG_CONFIG_HOME/gnupg" # ssh