OSX
~/.profile
或者
~/.bash_profile
alias ll='ls -lG'
或者
alias ll='ls -lGaf'
linux
~/.bashrc
或者
~/.bash_profile
alias ll='ls -l --color=auto'
执行
source ~/.bash_profile
或者
从新打开terminal
即可生效。
本文转自 h2appy 51CTO博客,原文链接:http://blog.51cto.com/h2appy/1747306,如需转载请自行联系原作者