diff --git a/alacritty.yml b/alacritty.yml index 38da01dd..11a9e6ae 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -1,10 +1,9 @@ # Configuration for Alacritty, the GPU enhanced terminal emulator. - # Any items in the `env` entry below will be added as # environment variables. Some entries may override variables # set by alacritty itself. -env: +#env: # TERM variable # # This value is used to set the `$TERM` environment variable for @@ -12,7 +11,7 @@ env: # check the local terminfo database and use 'alacritty' if it is # available, otherwise 'xterm-256color' is used. # - # TERM: xterm-256color + #TERM: xterm-256color window: # Window dimensions (changes require restart) diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 25151d39..1feffbd1 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -3,7 +3,7 @@ # Any items in the `env` entry below will be added as # environment variables. Some entries may override variables # set by alacritty itself. -env: +#env: # TERM variable # # This value is used to set the `$TERM` environment variable for @@ -11,7 +11,7 @@ env: # check the local terminfo database and use 'alacritty' if it is # available, otherwise 'xterm-256color' is used. # - # TERM: xterm-256color + #TERM: xterm-256color window: # Window dimensions (changes require restart)