美文网首页
mac terminal 命令之alias添加ll

mac terminal 命令之alias添加ll

作者: Tico_zl | 来源:发表于2018-07-18 09:42 被阅读0次

    1、修改~/.bash_profile文件

      vim ~/.bash_profile
    

    2、添加如下内容

    alias ll='ls -alF'
    alias la='ls -A'
    alias l='ls -CF'
    

    3、重新加载资源

    source ~/.bash_profile
    

    4、OVER

    相关文章

      网友评论

          本文标题:mac terminal 命令之alias添加ll

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