From 12a7e25b940b857c828a25a66090b20fd83cce51 Mon Sep 17 00:00:00 2001 From: graelo Date: Mon, 13 Jun 2022 10:28:34 +0200 Subject: [PATCH] fix: path to binary --- copyrat.tmux | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/copyrat.tmux b/copyrat.tmux index 68d131f..b2d1890 100755 --- a/copyrat.tmux +++ b/copyrat.tmux @@ -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 #