diff options
author | dx <aryadevchavali1@gmail.com> | 2020-06-10 18:52:09 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-06-10 18:52:09 +0100 |
commit | 64c71e8459bd0787ca8fb0d03b702fafe12aed49 (patch) | |
tree | a3def40e2e633f5f596f705ac17a41ac2f3ec48f /Shell/.zprofile | |
parent | 1598b192a0b3ae31a6abed67df9e450305cade59 (diff) | |
download | dotfiles-64c71e8459bd0787ca8fb0d03b702fafe12aed49.tar.gz dotfiles-64c71e8459bd0787ca8fb0d03b702fafe12aed49.tar.bz2 dotfiles-64c71e8459bd0787ca8fb0d03b702fafe12aed49.zip |
~st -> alacritty for $TERMINAL
Diffstat (limited to 'Shell/.zprofile')
-rw-r--r-- | Shell/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |