जब भी मैं टर्मिनल बंद करता हूं और टर्मिनल खोलता हूं, तो यह कभी भी मेरे ~ / .bash_profile को लोड नहीं करता है। मेरे पास फ़ाइल के शीर्ष पर मेरा आरवीएम सेटअप है लेकिन यह इसे कभी भी लोड नहीं करता है।
जैसा कि आप देख सकते हैं, जब मैं टाइप करता हूं 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 / बिन / लॉगिन सेटिंग आत्म-व्याख्यात्मक है ...
source ~/.bash_login "कौन सा है? क्या आप ~ / .bash_profile या ~ / .bash_login का उपयोग कर रहे हैं? उनमें से केवल एक ही चलाया जाएगा।