response that uses the commandline more than you need to
@softgoat they need to be in your PATH variable
what I usually do is put all my programs in a folder called ~/.bin
and then add that to my PATH
if you're in bash or zsh, you can add this to your path by putting
export PATH=$PATH:/home/chance/.bin
in your ~/.profile file
if you're in fish, it's different (but explained in the help, so just type `help`)