From 1ff3ccb8c5ffaada4fd1104541f2d2c1b6193d38 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 26 Oct 2024 00:01:12 +0200 Subject: [PATCH] Mosh can't draw neovim in tmux properly. --- config/zsh/aliases.zsh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/zsh/aliases.zsh b/config/zsh/aliases.zsh index fecf943..af607d1 100644 --- a/config/zsh/aliases.zsh +++ b/config/zsh/aliases.zsh @@ -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!"