Mosh can't draw neovim in tmux properly.

This commit is contained in:
Bartek Stalewski 2024-10-26 00:01:12 +02:00
parent 011c1e1c20
commit 1ff3ccb8c5
No known key found for this signature in database

View file

@ -39,10 +39,6 @@ if [[ $(command -v fd) ]]; then
fi
fi
if [[ $(command -v mosh) ]]; then
alias ssh=mosh
fi
if [ $(command -v nvim) ]; then
export EDITOR=nvim
export MANPAGER="nvim +Man!"