fix: path to binary

This commit is contained in:
graelo 2022-06-13 10:28:34 +02:00
parent 169636b46b
commit 12a7e25b94

View file

@ -29,8 +29,7 @@
# options and bindings in your `tmux.conf`.
CURRENT_DIR="$( cd "$( dirname "$0" )" && pwd )"
PATH=${PATH}:${CURRENT_DIR}
BINARY=$(realpath tmux-copyrat)
BINARY=${CURRENT_DIR}/tmux-copyrat
#