From c08b98f195b5bf9366a82c1fba09747cb840e7ca Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 1 Aug 2025 22:29:00 -0500 Subject: [PATCH] home/bash | fixing ssh issues --- home/common/files/bash/bash_local | 1 - home/common/files/bash/bashrc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/files/bash/bash_local b/home/common/files/bash/bash_local index 8c8c107..ba67a36 100644 --- a/home/common/files/bash/bash_local +++ b/home/common/files/bash/bash_local @@ -1,4 +1,3 @@ -. ~/.bash_ssh #export TZ=America/Chicago if [[ "$(tty)" = "/dev/tty1" ]] then diff --git a/home/common/files/bash/bashrc b/home/common/files/bash/bashrc index 2b7f543..6d43264 100755 --- a/home/common/files/bash/bashrc +++ b/home/common/files/bash/bashrc @@ -88,6 +88,7 @@ then if [ $EUID == 0 ];then HISTNAME=root;fi HISTFILE="${HOME}/.bash_history.${HISTNAME}.${HOSTNAME_SHORT}.$(tty|cut -c10-)" export HISTFILE + test -f "${HOME}/.bash_ssh" && source "${HOME}/.bash_ssh" PAGER=less LESS="-Rs"