Fix terminal env var typo

This commit is contained in:
ItsDrike 2021-07-24 18:26:21 +02:00
parent a4e08bc977
commit 1fadd7f1b2
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -12,7 +12,7 @@
# Default programs
export EDITOR="nvim"
export BROWSER="firefox"
export TERMINAL="Alacrity"
export TERMINAL="Alacritty"
# XDG Standard paths
export XDG_CONFIG_HOME="$HOME/.config"