Explorar o código

Fix remote unrecognized terminal for alacritty

DricomDragon %!s(int64=4) %!d(string=hai) anos
pai
achega
c601755e96
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Install/Templates/home/config/alacritty/alacritty.yml

+ 3 - 0
Install/Templates/home/config/alacritty/alacritty.yml

@@ -123,6 +123,9 @@ key_bindings:
   - { key: End,       mods: Shift,   action: ScrollToBottom, mode: ~Alt       }
   - { key: Return,    mods: Shift, action: SpawnNewInstance }
 
+env:
+    TERM: xterm-256color # Fix remote terminal
+
 debug:
   render_timer: false
   persistent_logging: false