mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-23 05:14:59 +00:00
Fix path to tmux-thumbs
This commit is contained in:
parent
92c8396142
commit
662ccb9586
@ -7,4 +7,4 @@ DEFAULT_THUMBS_KEY=space
|
||||
THUMBS_KEY="$(tmux show-option -gqv @thumbs-key)"
|
||||
THUMBS_KEY=${THUMBS_KEY:-$DEFAULT_THUMBS_KEY}
|
||||
|
||||
tmux bind-key "${THUMBS_KEY}" run-shell -b "TMUX_THUMBS_BINARY=$HOME/.cache/cargo/bin/tmux-thumbs ${CURRENT_DIR}/tmux-thumbs.sh"
|
||||
tmux bind-key "${THUMBS_KEY}" run-shell -b "${CURRENT_DIR}/tmux-thumbs.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user