摘要: 一:设置bashrc全局/etc/bashrc/ if [ -f /etc/aliasrc ]; then . /etc/aliasrc fi #...#...#something global env setting 本地用户~/.bashrcif [ -f /etc/bashr... 阅读全文
posted @ 2014-11-03 22:08 goco 阅读(868) 评论(0) 推荐(0)