Set git to not show untracked files every time shell is started.

This commit is contained in:
Marty Oehme 2019-02-18 18:17:32 +01:00
parent 244fe2fdee
commit 415d335262

View file

@ -15,3 +15,6 @@ alias df=dotfiles
#dotfiles update-index --no-assume-unchanged README.md
dotfiles update-index --assume-unchanged README.md
## Make git not show untracked files (i.e. ALL other files in your home dir)
dotfiles config status.showUntrackedFiles no