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"