Ursprungligen postat av hash
When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it first reads and executes commands from the file /etc/profile, if that file exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. The --noprofile option may be used when the shell is started to inhibit this behavior.
Saxat från bash-manualen.
Kort och gott, när du loggar in i systemet, så kommer ~/.bash_profile läsas in.
Om du inte har loggat ur sen senaste förändringar, då måste du du sourca den manuellt.
För mig har iaf detta aldrig vart ett problem, har använt bash i många år.
Kanske beroende på din terminal du använder, så kanske den bara läser ~/.bashrc ?