Friday, March 5, 2021

Add a custom directory to the path in bash

 Edit ~/.bashrc

Add the following line:

export PATH="$PATH:/<target_directory>"