Execute htop after loading tmux session

This commit is contained in:
coolneng 2021-09-10 11:47:09 +02:00
parent bf53841b6c
commit fff1a5ac2f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 3 additions and 5 deletions

View File

@ -10,7 +10,5 @@ windows:
- ssh root@aegis
- window_name: monitor
layout: even-vertical
panes:
- ssh aegis
- ssh aegis
- ssh -t aegis "htop"

View File

@ -17,4 +17,4 @@ windows:
- window_name: monitor
panes:
- ssh unit
- ssh -t unit "htop"

View File

@ -17,4 +17,4 @@ windows:
- window_name: monitor
panes:
- ssh zion
- ssh -t zion "htop"