* Gene Heskett <[email protected]> [21-10/17=Su 12:18 -0400]: > [...] opening a terminal hasn't called > a ". .profile" since about jessie [...]
Check whether you *also* have either .bash_profile or
.bash_login, because either of those supersedes .profile:
ls -lA ~/.bash_{profile,login}

