• Justin Hileman's avatar
    [bobthefish] allow git untracked files override · 027be0a1
    Justin Hileman authored
    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
    027be0a1
fish_prompt.fish 11.8 KB