exporting the terminal correctly

This commit is contained in:
aminnairi
2023-04-09 22:15:47 +02:00
parent f3953b134f
commit 59d01e9116
+2
View File
@@ -8,6 +8,8 @@ if status is-interactive
# Set the editor to use vim # Set the editor to use vim
set --export --global EDITOR nvim set --export --global EDITOR nvim
# Set the terminal
set --export --global TERM alacritty
# 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