From 64c71e8459bd0787ca8fb0d03b702fafe12aed49 Mon Sep 17 00:00:00 2001 From: dx Date: Wed, 10 Jun 2020 18:52:09 +0100 Subject: ~st -> alacritty for $TERMINAL --- Shell/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Shell') diff --git a/Shell/.zprofile b/Shell/.zprofile index 14ce056..4cfebc0 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -3,7 +3,7 @@ # Standard Variables export EDITOR='emacsclient -s MAIN -a "nvim" -c' export EA_EDITOR=$EDITOR -export TERMINAL="st" +export TERMINAL="alacritty" 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