I have studio.sh file in my android-studio/bin folder, which I would like to use as a command in bash (like launching any other normal application).
I read somewhere that adding this line to ~/.profile should work,
export PATH=$PATH:/home/goel/android-studio/bin
But it doesn't work. Whats the correct process?
$PATH. Can't you decide to put all your executables (both programs & scripts - perhaps as symlinks) into$HOME/bin/and add only that directory to yourPATH?