How can I make bash my login shell?
يكشنبه, ۶ تیر ۱۳۹۵، ۱۰:۰۹ ب.ظ
if your login shell is csh or tcsh, and you have installed
bash in /usr/gnu/bin/bash, add the following line to ~/.login:
if ( -f /usr/gnu/bin/bash ) exec /usr/gnu/bin/bash --login