Adding your shell scripts as commands for your command prompt.
When there is script file you have to open every day. It is better to use the shell script and add to the bin directory.
-
Create a folder bin in your $HOME directory. Ex: /home/nagendra/bin
-
Place your shell script go_ide.sh in bin folder
-
Add bin the $PATH of your system. export PATH=$PATH:/home/nagendra/bin
-
Source your profile file instead of logout and logon. source ~/.profile
-
Execute go_ide.sh in your command prompt.