bashrc | stop including .bash_ssh as switch to tailscale ssh for now

This commit is contained in:
Don Harper 2025-04-21 07:25:50 -05:00
parent 3b3d5c0a8b
commit 6d747f1525

View file

@ -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"