mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-11 23:50:07 +01:00
fix: path to binary
This commit is contained in:
parent
169636b46b
commit
12a7e25b94
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue