This commit is contained in:
Ray Elliott 2024-05-22 23:02:50 +01:00
parent d14a9aad05
commit e218ed686c
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,7 @@ echo "Aliases added:"
echo -e "${ALIASES_WHITE} cs venv" echo -e "${ALIASES_WHITE} cs venv"
echo " n ns pc cdlf lfcd g gg gitknow disk-usage sx debug.log" echo " n ns pc cdlf lfcd g gg gitknow disk-usage sx debug.log"
echo " mc newsh smartresize" echo " mc newsh smartresize"
echo " lv red alice alephrc zirconia ultra pest pi4" echo " lv red alice alephrc zirconia ultra pest kermit japsay pi4"
echo -e "${ALIASES_NC}" echo -e "${ALIASES_NC}"
echo "" echo ""
@ -83,6 +83,8 @@ alias alephrc='ssh runcloud@aleph.rayelliott.dev'
alias zirconia='ssh runcloud@zirconia.rayelliott.dev' alias zirconia='ssh runcloud@zirconia.rayelliott.dev'
alias ultra='ssh gabbaell@mimas.usbx.me' alias ultra='ssh gabbaell@mimas.usbx.me'
alias pest='ssh ray@77.68.75.71' alias pest='ssh ray@77.68.75.71'
alias japsay="ssh ray@103.179.45.203 -p 4721"
alias kermit="ssh ray@188.165.194.98 -p 23421"
# lf gets confused by TERMINFO env var when running in tmux # lf gets confused by TERMINFO env var when running in tmux
# https://github.com/gokcehan/lf/issues/138#issuecomment-464477665 # https://github.com/gokcehan/lf/issues/138#issuecomment-464477665