/tools/ -> /bin/, to have it in more common schema

This commit is contained in:
2024-10-08 08:24:56 +03:00
parent 133021b91e
commit 60716c6d7b
6 changed files with 1 additions and 44 deletions

2
hooks
View File

@ -5,4 +5,4 @@
set +e
# TODO: prevent double hooking
export PATH=$PATH:$(realpath $(dirname -- "${BASH_SOURCE[0]}")/tools/)
export PATH=$PATH:$(realpath $(dirname -- "${BASH_SOURCE[0]}")/bin/)