Now
you can just type ¨back¨ at the prompt to call on your
self-written
backup-script or program that you have in /home/bruno/progs/exec.
To
permanently add something to the PATH you will have to edit a file,
could be in a few different ones ( depending on shell and distro):
~/.profile or ~/.bash_profile or /etc/profile or /etc/csh.login. ( More
in-depth and accurate info can be found
Here
)
There is a line like:
PATH=$PATH:$HOME/bin
Just add a colon and the new directory, like this:
PATH=$PATH:$HOME/bin:/home/bruno/progs/exec
And save the file. To load the new settings
either reboot or: