本文共 262 字,大约阅读时间需要 1 分钟。
OSX
~/.profile
或者
~/.bash_profile
alias ll='ls -lG'
alias ll='ls -lGaf'
linux
~/.bashrc
alias ll='ls -l --color=auto'
执行
source ~/.bash_profile
从新打开terminal
即可生效。