From 7d39d915987b5e354cf1a7b7aac02daeca84f93c Mon Sep 17 00:00:00 2001 From: dx Date: Wed, 15 Jul 2020 15:37:03 +0100 Subject: +set default terminal as Suckless Terminal --- Shell/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shell/.zprofile b/Shell/.zprofile index d9f8dac..14442c6 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -3,7 +3,7 @@ # Standard Variables export EDITOR='emacsclient -s MAIN -a "emacs" -c' export EA_EDITOR=$EDITOR -export TERMINAL="alacritty" +export TERMINAL="st" export BROWSER="qutebrowser" export PF_INFO="ascii title os memory uptime editor wm shell" export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$HOME/.emacs.d/bin:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin" -- cgit v1.2.3-13-gbd6f