Instalei o Ubuntu (Bash) Linux no Windows 10 (que acompanha a atualização de aniversário do Windows) e comecei a brincar com ele.
O que notei é que iniciar o shell (ubuntu bash) não carrega .profile ou .bash_profile, mesmo que o arquivo .profile exista. Existe uma correção?
~/.bashrc
:if test -r ~/.profile; then . ~/.profile; fi