Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Yes, i think the correct way is to ask him to move his scripts somewhere upstream. ~/.profile IMHO is a good place to put that.
    – Dzintars
    Commented Feb 29, 2020 at 19:32
  • 1
    Just remember that ~/.profile is not sourced by bash if ~/.bash_profile exists. It's a peculiarity of bash where it has a built-in preference for its own (i.e. .bash_profile) over posix (.profile) for its environment setup files.
    – Iyad K
    Commented Feb 29, 2020 at 19:40