From aef193d76cf58066e0793f82074aa021c7aff9be Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 4 Sep 2023 19:15:14 +0100 Subject: Added alias to stop foot terminal confusing ssh --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index dd310e0..fb8e9d9 100644 --- a/.bashrc +++ b/.bashrc @@ -54,6 +54,11 @@ esac command -v bat > /dev/null && alias cat='bat --paging=never' alias wanip='dig +short myip.opendns.com @resolver1.opendns.com' +# alias to stop foot terminal confusing ssh +if [[ $TERM = "foot" ]]; then + alias ssh='TERM=linux ssh' +fi + export EDITOR="nvim" export VISUAL="nvim" export MANPATH=$HOME/.local/share/man/:$MANPATH -- cgit v1.2.3