Use crate binary

This commit is contained in:
Ferran Basora 2019-03-05 23:41:35 +00:00
parent cd348adc18
commit 656c2255ac

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
CURRENT_PANE_ID=$(tmux list-panes -F "#{pane_id}:#{?pane_active,active,nope}" | grep active | cut -d: -f1) 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} tmux new-window -d -n "[thumbs]" ${COMMAND}