Mac在终端中输入ll是无效的解决办法

cd ~
vim .bash_profile

在bash_profile中添加:

alias ll='ls -alF'

然后生效

source .bash_profile 

猜你喜欢

转载自blog.csdn.net/weixin_40197494/article/details/83385210