Terminal.app를 닫고 열 때 내 ~ / .bash_profile을로드하지 않습니다. 파일 맨 위에 내 RVM 설정이 있지만 절대로드하지 않습니다.
보시다시피 입력 할 때 rvm 터미널에 command not found 이것은 내가 달려야하는 고통이다. source ~/.bash_login 터미널을 열 때마다.

이 문제가있는 유일한 사람입니까? 내가 뭘 잘못하고 있죠?
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. 그리고 / usr / bin / login 설정은 자명하다.
source ~/.bash_login "그것은 ~ / .bash_profile 또는 ~ / .bash_login을 사용하고 있습니까? 그 중 하나만 실행됩니다.