Use lowercase A for $TERMINAL

This commit is contained in:
ItsDrike 2021-08-14 19:50:15 +02:00
parent f26e081e49
commit cf60ccb97e
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="Alacritty"
export TERMINAL="alacritty"
# XDG Standard paths
export XDG_CONFIG_HOME="$HOME/.config"