]> git.rmz.io Git - dotfiles.git/commitdiff
env: set default TERMINAL in environment
authorSamir Benmendil <me@rmz.io>
Sun, 24 Jan 2021 01:31:48 +0000 (01:31 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 24 Jan 2021 21:35:32 +0000 (21:35 +0000)
This will be an attempt to use this as much as possible to make
switching terminal as easy as possible.

zshenv

diff --git a/zshenv b/zshenv
index 09f86c548f8658bb4b332bf41e8bd0f1518cf318..9126f595a61f8c5484edfb242a01ffd1489dca61 100644 (file)
--- 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