Issue with tmux with vim fixed -- UI is proper now

This commit is contained in:
2025-09-02 19:46:05 +03:00
parent 594751ddb1
commit df41abfcdf

View File

@@ -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 "\n\n\nalias vim=$DIR/bin/vim" >> ~/.bashrc
echo -e "\nexport VIMRUNTIME=$DIR/share/vim/vim91" >> ~/bashrc echo -e "\nexport VIMRUNTIME=$DIR/share/vim/vim91" >> ~/bashrc
echo -e "\nexport PATH=$DIR/bin:\$PATH" >> ~/.bashrc echo -e "\nexport PATH=$DIR/bin:\$PATH" >> ~/.bashrc
echo -e "\nexport TERM=st-256color" >> ~/.bashrc
source ~/.bashrc source ~/.bashrc
fi fi