查了一下,ssh login 之后, 会执行 .bash_profile
于是新建一个.bash_profile , 内容如下
if [ -f ~/.bashrc ]; then . ~/.bashrc fi