Does Nautilus Terminal use the local .profile

Asked by kylea

My local bin folder is not showing in the path (env) when I execute F7 to open the terminal

Question information

Language:
English Edit question
Status:
Solved
For:
Nautilus Terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Fabien LOISON
Solved:
Last query:
Last reply:
Revision history for this message
Best Fabien LOISON (flozz) said :
#1

No, Nautilus Terminal does noting special... It only run the user shell. You can add your local bin folder to the path by adding the following line in your ~/.bashrc:

export PATH="/home/$USER/bin:$PATH"

Revision history for this message
kylea (kylea) said :
#2

Uhm.. that does fix it - interesting aside - Mint 11 does not create a .bashrc file.