美文网首页macbook
解决macbook终端无法使用ll命令

解决macbook终端无法使用ll命令

作者: 爱的旋转体 | 来源:发表于2024-01-16 17:40 被阅读0次
    image.png

    解决方法:将ll作为一个别名即可。

    cd ~
    vi .bash_profile
    

    在.bash_profile文件添加

    alias ll='ls -alF'
    

    刷新.bash_profile文件

    source .bash_profile 
    

    相关文章

      网友评论

        本文标题:解决macbook终端无法使用ll命令

        本文链接:https://www.haomeiwen.com/subject/aoikodtx.html