aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-06-26 14:37:43 -0500
committerToby Vincent <tobyv13@gmail.com>2023-06-26 14:38:03 -0500
commit16a6146742f23ad5bf2cdff1c910b1ac4bba6a30 (patch)
tree1147a3594364c6318e82cc6a09490eaf22b80e44 /tmux/.local
parent67adb402c414439c7c9037762ee4a758a822a0aa (diff)
refactor(tmux): rename scripts
Diffstat (limited to 'tmux/.local')
-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