From 2981382fce99a91fd64161c3f5590ea2cf3a77b3 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 24 Jan 2021 01:31:48 +0000 Subject: [PATCH] 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. --- zshenv | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.48.1