Execute htop after loading tmux session

This commit is contained in:
2021-09-10 11:47:09 +02:00
parent bf53841b6c
commit fff1a5ac2f
3 changed files with 3 additions and 5 deletions

View File

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

View File

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

View File

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