From e8c94ee452f31a6cae476c07f78995a8c82005fa Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Tue, 23 Apr 2019 11:56:49 +0200 Subject: [PATCH] .profile: set mate-terminal as TERMINAL --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index cd11756..c013f63 100644 --- a/.profile +++ b/.profile @@ -11,7 +11,7 @@ export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.sock" export GPG_TTY=$(tty) # Environment variables -export TERMINAL=sakura +export TERMINAL=mate-terminal export EDITOR=vim export BC_ENV_ARGS="-lq" [[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc"