From 2e216b01c78245211918af734cf4e32997160a7e Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sun, 12 Apr 2020 20:55:01 +0800 Subject: [PATCH] bashrc: add rssh for regular ssh --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 20fefbb..cd9a516 100644 --- a/.bashrc +++ b/.bashrc @@ -147,4 +147,5 @@ while [ -n "$LVLSTR" ];do done PS1="$PS1A\[\033[0m\]$PS1" export PTERM +alias rssh="$(which ssh)" alias ssh="env TERM=$PTERM ssh" -- 2.45.2