因ssh登陸時不會加載.bashrc而是加載.bash_profile,因此以ssh的默認登陸不會是bash,只要在.bash_profile中添加如下代碼便可:shell
if [ -f ~/.bashrc ]; then . ~/.bashrc fi