mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10: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`.
|
# options and bindings in your `tmux.conf`.
|
||||||
|
|
||||||
CURRENT_DIR="$( cd "$( dirname "$0" )" && pwd )"
|
CURRENT_DIR="$( cd "$( dirname "$0" )" && pwd )"
|
||||||
PATH=${PATH}:${CURRENT_DIR}
|
BINARY=${CURRENT_DIR}/tmux-copyrat
|
||||||
BINARY=$(realpath tmux-copyrat)
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue