From fff1a5ac2f14749c9ed3ca8f4c5c3ce10f074f75 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 10 Sep 2021 11:47:09 +0200 Subject: [PATCH] Execute htop after loading tmux session --- tmux/.tmuxp/aegis.yaml | 4 +--- tmux/.tmuxp/unit.yaml | 2 +- tmux/.tmuxp/zion.yaml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/tmux/.tmuxp/aegis.yaml b/tmux/.tmuxp/aegis.yaml index 063fe03..84115e5 100644 --- a/tmux/.tmuxp/aegis.yaml +++ b/tmux/.tmuxp/aegis.yaml @@ -10,7 +10,5 @@ windows: - ssh root@aegis - window_name: monitor - layout: even-vertical panes: - - ssh aegis - - ssh aegis + - ssh -t aegis "htop" diff --git a/tmux/.tmuxp/unit.yaml b/tmux/.tmuxp/unit.yaml index 66b9018..f37bb6e 100644 --- a/tmux/.tmuxp/unit.yaml +++ b/tmux/.tmuxp/unit.yaml @@ -17,4 +17,4 @@ windows: - window_name: monitor panes: - - ssh unit + - ssh -t unit "htop" diff --git a/tmux/.tmuxp/zion.yaml b/tmux/.tmuxp/zion.yaml index 8e8bfb3..8156831 100644 --- a/tmux/.tmuxp/zion.yaml +++ b/tmux/.tmuxp/zion.yaml @@ -17,4 +17,4 @@ windows: - window_name: monitor panes: - - ssh zion + - ssh -t zion "htop"