diff --git a/home/common/files/bash/bashrc b/home/common/files/bash/bashrc index 769e80a..911fa1c 100755 --- a/home/common/files/bash/bashrc +++ b/home/common/files/bash/bashrc @@ -101,7 +101,8 @@ 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" + # Switched to use tailscale ssh + # test -f "${HOME}/.bash_ssh" && source "${HOME}/.bash_ssh" PAGER=less LESS="-Rs"