$ echo FOO=foo >>~/.bash_profile $ bash $ echo $FOO $ exit exit $ bash --login $ echo $FOO foo $ exit logout