From 74eac552b2e4352d7090df4969777ae38435e263 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 7 Jan 2022 20:25:55 +0100 Subject: [PATCH] Default terminal to terminator --- dotfiles/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/shell/profile b/dotfiles/shell/profile index f15f391..e498be4 100644 --- a/dotfiles/shell/profile +++ b/dotfiles/shell/profile @@ -3,7 +3,7 @@ [[ -x /usr/bin/vim ]] && export EDITOR="/usr/bin/vim" export SUDO_EDITOR="$EDITOR" -export TERMINAL="kitty" +export TERMINAL="terminator" export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then