I used a program that set system setting and I can't find where my PATH environment variable was set, it's not set in:
- .bashrc
- .bash_profile
- .profile
- etc/paths
I have been trying to use a grep command:
grep -rl "PATH=" /
but the command is taking forever.
Does anyone have any suggestion on searching for where my PATH was assigned?