From 8e520d635b37bddb9307b897a440a0a8134f324f Mon Sep 17 00:00:00 2001 From: DustVoice Date: Mon, 17 Aug 2020 12:51:31 +0200 Subject: [PATCH] Change TERMINAL --- .zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index 5a35f10..b0ad655 100644 --- a/.zshenv +++ b/.zshenv @@ -36,7 +36,7 @@ export EDITOR='nvim' export SSH_AUTH_SOCK="$(gpgconf --list-dir socketdir)/S.gpg-agent.ssh" export GPG_TTY=$(tty) -export TERMINAL='alacritty' +export TERMINAL='st' export JUCE_PATH="$HOME/JUCE"