分类: BSD
2013-05-30 11:22:16
cd /usr/ports/shells/bash
make install clean
3. ln -s /usr/local/bin/bash /bin/bash
4. echo '/bin/bash' >> /etc/shells
5. chsh -s /bin/bash username
6.
vi ~/.profile
alias ls='ls -G' #显示颜色
alias ll='ls -al'
source .profile