全局设置 oh-my-zsh 不读取文件变化信息

git config --global --add oh-my-zsh.hide-dirty 1
git config --global -add oh-my-zsh.hide-status 1
````

.gitconfig 文件

[user]

    name = gaoliang
    email = azreallem@gmail.com

[core]

    editor = vim

[http "https://github.com"]

    proxy = http://192.168.31.20:10811

[oh-my-zsh]

    hide-dirty = 1
    hide-status = 1

标签: zsh, git

添加新评论