mac系统下使用ll命令

打开终端,输入

echo "alias ll='ls -l'">>.bash_profile
source ~/.bash_profile

再输入ll就可以使用了。