2013年4月4日星期四

[整理] Linux 无法自动加载 .bashrc


$ vi ~/.bash_profile
#!/bin/bash
if [ -f ~/.bashrc ];
then
    . ~/.bashrc
fi

没有评论: