Add a new route to your $PATH

PHOTO EMBED

Tue Feb 14 2023 14:24:18 GMT+0000 (Coordinated Universal Time)

Saved by @Antjrobles #bash

# If you want to add a folder in your home directory called "some_folder"

export PATH="$HOME/some_folder:$PATH"
content_copyCOPY