What does adding ~/kit/bin
to PATH do?
#448
Answered
by
johnlindquist
stevebarakat
asked this question in
Q&A
-
Adding |
Beta Was this translation helpful? Give feedback.
Answered by
johnlindquist
Sep 23, 2021
Replies: 1 comment
-
It allows you to run
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stevebarakat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It allows you to run
kit
andsk
from any directory:kit
is a tool to manage and run scripts from the terminalsk
allows you to invoke the app from the terminal.sk my-script
would launch themy-script
in the app prompt and wait for user input.