aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local/bin/tmux-ssh
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.local/bin/tmux-ssh')
-rwxr-xr-xtmux/.local/bin/tmux-ssh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux/.local/bin/tmux-ssh b/tmux/.local/bin/tmux-ssh
index 6aa5911..0ba0c69 100755
--- a/tmux/.local/bin/tmux-ssh
+++ b/tmux/.local/bin/tmux-ssh
@@ -1,8 +1,5 @@
#!/bin/sh
-#!/bin/sh
-# shellcheck disable=2016,2089
-
if [ "$#" -eq 0 ]; then
ATTACHED=$(tmux display -p '#S' 2>/dev/null)
HOST=$(tmux display -p '#{host}' 2>/dev/null)