From df41abfcdf7663e45e55b330ce794d6cd6605214 Mon Sep 17 00:00:00 2001 From: Junet Hossain Date: Tue, 2 Sep 2025 19:46:05 +0300 Subject: [PATCH] Issue with tmux with vim fixed -- UI is proper now --- env_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/env_setup.sh b/env_setup.sh index 77d39c3..e16ed7b 100755 --- a/env_setup.sh +++ b/env_setup.sh @@ -74,6 +74,7 @@ libpython3-dev ruby-dev lua5.2 liblua5.2-dev libperl-dev git echo -e "\n\n\nalias vim=$DIR/bin/vim" >> ~/.bashrc echo -e "\nexport VIMRUNTIME=$DIR/share/vim/vim91" >> ~/bashrc echo -e "\nexport PATH=$DIR/bin:\$PATH" >> ~/.bashrc + echo -e "\nexport TERM=st-256color" >> ~/.bashrc source ~/.bashrc fi