PATH changes

Asked by Paul T Barton

How/Where do I change my PATH?

I have /home/paulba/bin that I want added in.
I do a lot of "dd" files to floppies work
and have put my scripts there.

Paul T Barton - idezilla

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manu Cornet
Solved:
Last query:
Last reply:
Revision history for this message
Manu Cornet (lmanul) said :
#1

You need to change (or create) your ".bashrc" file. Now, that depends on which shel you use. If you use zsh, it will be zshrc for example. To know which shell you're using, type "echo $SHELL".

So, in this ".xxxrc" file, add the following :

PATH=$PATH:/home/paulba/bin:

Revision history for this message
Paul T Barton (idezilla-yahoo) said :
#2

Thanks, that did it.
.bashrc, somewhere near the end of the file.

Paul