bashrc: add rssh for regular ssh
1 files changed, 1 insertions(+), 0 deletions(-) M .bashrc
M .bashrc => .bashrc +1 -0
@@ 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"