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"