美文网首页
双系统下列举windows文件夹背景显示绿色块

双系统下列举windows文件夹背景显示绿色块

作者: tf_dejs | 来源:发表于2020-06-21 15:45 被阅读0次

    链接:https://blog.csdn.net/weixin_41010198/article/details/88816329

    简单操作

    # bash下执行以下命令
    echo "OTHER_WRITABLE 01;34" >> $HOME/.dir_colors
    # 将以下语句添加至“.bashrc”或“.zshrc”
    eval `dircolors $HOME/.dir_colors`
    # 使其生效
    source .zshrc
    

    相关文章

      网友评论

          本文标题:双系统下列举windows文件夹背景显示绿色块

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