aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local/bin/tmux-ssh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-10 10:52:18 -0600
committerToby Vincent <tobyv13@gmail.com>2023-03-10 10:52:18 -0600
commit43b059b54b348597c10fa277d4e06439f8751a02 (patch)
tree5030be70905ff4345110534d65040b5a175ee71d /tmux/.local/bin/tmux-ssh
parentaf83a45be390476b912c074e89c535f7159a9134 (diff)
style(tmux): remove useless comment
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)