How to add a directory permanently to my Path? - Ask Ubuntu


this question has answer here:

basically want know that. how can add directory (/tmp in case) path permanently terminal?

export path=/tmp:$path current session.

echo -e '\nexport path=/tmp:$path' >> ~/.profile future sessions.


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu