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}