bashrc | stop including .bash_ssh as switch to tailscale ssh for now
This commit is contained in:
parent
3b3d5c0a8b
commit
6d747f1525
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue