aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local/bin/tmux-sshr
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-28 00:18:13 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-28 00:18:13 -0600
commit309603f2f7db66018548317fe1f66533f0b4ac00 (patch)
tree9c8cc3919673108a5e5b4cc2f2049644540a2d1a /tmux/.local/bin/tmux-sshr
parent038a7a6442c968321e5e1362c41727977369ed15 (diff)
feat(tmux,sway): update for new sshr version
Diffstat (limited to 'tmux/.local/bin/tmux-sshr')
-rwxr-xr-xtmux/.local/bin/tmux-sshr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.local/bin/tmux-sshr b/tmux/.local/bin/tmux-sshr
index 7ab1d79..992f9c3 100755
--- a/tmux/.local/bin/tmux-sshr
+++ b/tmux/.local/bin/tmux-sshr
@@ -18,7 +18,7 @@ sessions() {
if [ "$#" -eq 0 ]; then
set -- "$(
- sessions | sshr --resolve --exclude "$ATTACHED" --include - |
+ sessions | sshr --resolve --port 22 --exclude "$ATTACHED" --include - |
fzf-tmux -p20%,20% -- --print-query |
tail -1
)"