From 10389f1535605d9964ae02853701448147a827e9 Mon Sep 17 00:00:00 2001 From: uwerler Date: Sun, 26 May 2019 23:21:00 +0000 Subject: [PATCH] spacing --- ssh.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ssh.sh b/ssh.sh index 9ffa4e6..144d4a1 100644 --- a/ssh.sh +++ b/ssh.sh @@ -122,13 +122,13 @@ _setpane(){ $_tmux select-pane -T "$(printf %-${_tabw}.${_tabw}s ${_title})" - if [[ -n ${_oldstyle} ]]; then + if [[ -n ${_oldstyle} ]]; then - $_tmux select-pane -P ${_oldstyle} + $_tmux select-pane -P ${_oldstyle} elif [[ -n ${_style} ]]; then - $_tmux select-pane -P $_style + $_tmux select-pane -P $_style fi } @@ -156,7 +156,7 @@ _ssh() { # trap to be able to name the pane back after ssh session endet from within the pane trap "_oldstyle=$($_tmux select-pane -g) _setpane" INT EXIT - _setpane ${_host} + _setpane ${_host} $_cmd exit