summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/essentials/zsh/variables.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/essentials/zsh/variables.zsh b/config/essentials/zsh/variables.zsh
index c7810d6..f9e4653 100644
--- a/config/essentials/zsh/variables.zsh
+++ b/config/essentials/zsh/variables.zsh
@@ -4,6 +4,8 @@ export ZOT="${HOME}/zot"
export EDITOR="nvim"
export VISUAL="nvim"
+export TERMINAL="alacritty"
+export BROWSER="firefox"
# colored GCC warnings and errors
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'