mac -bash: ll: command not found 解决方案
Posted @Kerry~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac -bash: ll: command not found 解决方案相关的知识,希望对你有一定的参考价值。
vim ~/.bashrc
#添加下面内容
alias ll='ls -l'
#保存退出后 执行命令生效
source ~/.bashrc
以上是关于mac -bash: ll: command not found 解决方案的主要内容,如果未能解决你的问题,请参考以下文章
ll command not found 当ll无法识别的解决办法
mac下/usr/local/bin No such file or directory问题解决