As we all know /usr/local/sbin, /usr/local/bin, /usr/bin, /sbin, /bin, /usr/games, /usr/local/games and /snap/bin are directories that Linux commands ( Except ones that built-in to shell and custom alias'. ). So, some applicatons doesn't needs root password to put their program launcher command to path. I made a launcher for my program and I wonder can I put that to a local path and make my user can install my program without root permissions?
TL;DR: Is there a local path directory? Something like $HOME/.bin maybe.
PATH.