Skip to content

Commit

Permalink
fix: path to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
graelo committed Jun 13, 2022
1 parent 169636b commit 12a7e25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions copyrat.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -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


#
Expand Down

0 comments on commit 12a7e25

Please sign in to comment.