定义ll命令



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

即可生效。

你可能感兴趣的:(命令,LL)