using screen 256 color as the default term environment variable

This commit is contained in:
aminnairi
2023-04-10 09:44:07 +02:00
parent e8e58c8e93
commit 6362ee4f75
+1 -1
View File
@@ -9,7 +9,7 @@ if status is-interactive
set --export --global EDITOR nvim set --export --global EDITOR nvim
# Set the terminal # Set the terminal
set --export --global TERM alacritty set --export --global TERM "screen-256color"
# Install OMF if it is not already # Install OMF if it is not already
if test ! -d ~/.local/share/omf if test ! -d ~/.local/share/omf