From 1fadd7f1b2b48f8e332f055cef16aad2e76c0adf Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 24 Jul 2021 18:26:21 +0200 Subject: [PATCH] Fix terminal env var typo --- home/.config/shell/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/shell/environment b/home/.config/shell/environment index 0aa8b7f..af0ca9b 100755 --- a/home/.config/shell/environment +++ b/home/.config/shell/environment @@ -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"