From 656c2255ac58beb17dc8e59dfc330de624a3ba1a Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Tue, 5 Mar 2019 23:41:35 +0000 Subject: [PATCH] Use crate binary --- tmux-thumbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux-thumbs.sh b/tmux-thumbs.sh index 2159aa2..6389bc2 100755 --- a/tmux-thumbs.sh +++ b/tmux-thumbs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash CURRENT_PANE_ID=$(tmux list-panes -F "#{pane_id}:#{?pane_active,active,nope}" | grep active | cut -d: -f1) -COMMAND="/home/ubuntu/dev/tmux-thumbs/target/debug/tmux-thumbs -a qwerty -r -u --tmux-pane ${CURRENT_PANE_ID}" +COMMAND="tmux-thumbs -a qwerty -r -u --tmux-pane ${CURRENT_PANE_ID}" tmux new-window -d -n "[thumbs]" ${COMMAND}