append a file and exporting the path variable in .bashrc file
Apr
05
1
0
If you need to include a file in your PATH, you can append it to the existing variable in your .bashrc script file.
export PATH=$PATH:.:~/bin
If you need to include a file in your PATH, you can append it to the existing variable in your .bashrc script file.
export PATH=$PATH:.:~/bin