Set git to not show untracked files every time shell is started.
This commit is contained in:
parent
244fe2fdee
commit
415d335262
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue