From 6d747f15252a68376797a11149e880c85b5e43b2 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 21 Apr 2025 07:25:50 -0500 Subject: [PATCH] bashrc | stop including .bash_ssh as switch to tailscale ssh for now --- home/common/files/bash/bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"