Skip to content
Snippets Groups Projects
Commit 027be0a1 authored by Justin Hileman's avatar Justin Hileman
Browse files

[bobthefish] allow git untracked files override

Showing untracked files can be (very) slow on large NFS mounts. Allow the user to disable the '...' output when there are untracked files, either globally via fish config:

    set -g theme_display_git_untracked no

 or locally via git repo config:

    git config bash.showUntrackedFiles false

Fixes #434
parent 82bc5e68
Branches
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment