美文网首页iOS开发
mac终端界面文字颜色修改

mac终端界面文字颜色修改

作者: Lxyang | 来源:发表于2016-11-25 16:42 被阅读163次

    在终端运行下面两条命令:

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
    
    sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
    

    效果如:

    Paste_Image.png

    如果你该文件下还有git仓库,那么也会高亮提示,如下图所示:

    Paste_Image.png

    参考地址:oh-my-zsh

    相关文章

      网友评论

        本文标题:mac终端界面文字颜色修改

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