diff --git a/alacritty.toml b/alacritty.toml index fb71a58..2bd727b 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -1,6 +1,8 @@ [shell] program = "/usr/bin/fish" +[env] +TERM = "xterm-256color" #--------------------------------- Colors [colors.primary] background = "#1E1E2E"