Mac在终端中输入ll是无效,解决办法:
cd ~ 或者 cd /
回到home
vim .bash_profile
在bash_profile中添加:
alias ll='ls -alF'
最后再编译一下即可
source .bash_profile
Mac在终端中输入ll是无效,解决办法:
cd ~ 或者 cd /
回到home
vim .bash_profile
在bash_profile中添加:
alias ll='ls -alF'
最后再编译一下即可
source .bash_profile