From 1a1898110254285420c23a23da35d4aa7418cfa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 1 Sep 2023 08:33:00 +0200 Subject: [PATCH] Export the default terminal --- .config/zsh/.zprofile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index f21830c..808cf24 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -2,7 +2,5 @@ [ ! -d "$HISTFILE_DIR" ] && mkdir -p "$HISTFILE_DIR" [ ! -d "$COMPDIR" ] && mkdir -p "$COMPDIR" -# transmission -if hash transmission-daemon 2>/dev/null; then - transmission-daemon -fi +hash transmission-daemon 2>/dev/null && transmission-daemon +hash kitty 2>/dev/null && export TERMINAL="kitty"