diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-03 15:43:39 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-03 15:43:39 +0100 |
commit | 18569766b08f1a6de0afac47ade492a162c40ba9 (patch) | |
tree | 22e467ee602f99e6464998b0df3b83630e612417 /config/zshrc | |
parent | 7ab1c734676eda445ad65bfef985a611350efed0 (diff) |
set default terminal to st
Diffstat (limited to 'config/zshrc')
-rw-r--r-- | config/zshrc/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zshrc/.zshrc b/config/zshrc/.zshrc index a91a701..8b83663 100644 --- a/config/zshrc/.zshrc +++ b/config/zshrc/.zshrc @@ -7,7 +7,7 @@ export PATH="$HOME/go/bin:$PATH" export XINITRC="$HOME/.config/x11/xinitrc" export EDITOR="nvim" export VISUAL="nvim" -export TERMINAL="alacritty" +export TERMINAL="st" export BROWSER="firefox" export GNUPGHOME="$HOME/.config/gnupg" |