mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2026-04-20 14:34:21 +02:00
serial console in interactive mode, ssh aliases
This commit is contained in:
9
.termrc
9
.termrc
@@ -45,6 +45,9 @@ if [ -n "$WSLENV" ] ; then
|
||||
# Enable entr workaround for incomplete inotify support on WSL
|
||||
export ENTR_INOTIFY_WORKAROUND=1
|
||||
|
||||
# Re-init serial
|
||||
reinit() (unset _SERIAL_INIT; reload)
|
||||
|
||||
# Connect serial console port if found
|
||||
if [ -z "$_SERIAL_INIT" ] ; then
|
||||
source "$HOME/.usbipd"
|
||||
@@ -92,4 +95,10 @@ if [ -z "$TMUX" ] ; then
|
||||
tmux new-session -A -s $HRNX_TMUX_SESSIONNAME
|
||||
fi
|
||||
|
||||
# Env for 'mgnt toolbox' (rbsh, rbcli, etc)
|
||||
export RBIP="192.168.13.203"
|
||||
export RBLOG="administrator"
|
||||
export RBPASS="administrator"
|
||||
export RBROOTPASS="ekitool"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user