From 4ab48142ba0e619fa52ad3748edd8a2ee11bac4a Mon Sep 17 00:00:00 2001 From: Nick Miller Date: Sun, 5 Mar 2017 17:39:36 -0500 Subject: [PATCH] added note on not showing untracked files --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b1eadc1..cc2a4ed 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ In order to clone this repo use : git clone --separate-git-dir=/home/$USER/.dot https://github.com/theflyingfool/dotfiles.git ~ +If your using my alias file: + + dot config --local status.showUntrackedFiles no + +If your just using git: + + git config --local status.showUntrackedFiles no + ##Programs## Follows is a list of the programs with a configuation and any notes about them.