As pointed out in numerous posts such as, you can extend git by placing the / script program in your PATH. I earned when I placed the script, for example /usr/local/bin/. But I add commands without root, but if I put it in ~/bin/, it will not be found.
~/bin/is in my PATH since it is added to mine .bashrcas follows:
export PATH="${PATH}:~/bin"
In mine, ~/bin/I used other things that I use regularly, so the PATH thing works for other things!
Is there something I am missing or something is wrong?
source
share