标签:
1. 进入用户bash_profile文件
vi ~/.bash_profile
2. 添加如下命令
alias ll=‘ls -l‘ alias la=‘ls -A‘ alias l=‘ls -CF‘
3. 刷新文件使生效
source ~/.bash_profile
Mac OS下使用ll等命令
原文地址:http://www.cnblogs.com/hzm112567/p/4268759.html