by sdjf » Sun Aug 10, 2014 4:31 am
What is in $HOME?
Why don't you just set the path to what you want, without using variables, and see if that works?
Also, your path had better include /usr/bin because that is where all the binaries in Arch are now.
This is bringing back memories - I had to declare my PATH in .profile, do you have a .profile file?
And .profile needs to be sourced in .bash_profile. You .bashrc might not even be recognized if you do not also source it in .bash_profile, I do not know about zsh. Those periods at the start of each line "source" the files shown after on the same lines.
$this->bbcode_second_pass_code('', '
# cat .bash_profile
. ~/.bashrc
. ~/.profile
')