aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.local/bin')
-rwxr-xr-xtmux/.local/bin/tmux-projectr (renamed from tmux/.local/bin/tmux-sessionizer)0
-rwxr-xr-xtmux/.local/bin/tmux-sshr (renamed from tmux/.local/bin/tmux-ssh)2
2 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.local/bin/tmux-sessionizer b/tmux/.local/bin/tmux-projectr
index 8dcbabc..8dcbabc 100755
--- a/tmux/.local/bin/tmux-sessionizer
+++ b/tmux/.local/bin/tmux-projectr
diff --git a/tmux/.local/bin/tmux-ssh b/tmux/.local/bin/tmux-sshr
index a0f838b..7120703 100755
--- a/tmux/.local/bin/tmux-ssh
+++ b/tmux/.local/bin/tmux-sshr
@@ -3,7 +3,7 @@
HOST=$(tmux display -p '#h' 2>/dev/null)
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
- tmux -L ssh run-shell "tmux-ssh"
+ tmux -L ssh run-shell "tmux-sshr"
exit 0
fi