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

xiaoxiao2025-10-08  28

cd ~ vim .bash_profile

在bash_profile中添加:

alias ll='ls -alF'

然后生效

source .bash_profile
转载请注明原文地址: https://www.6miu.com/read-5037557.html

最新回复(0)