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
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View File

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