diff --git a/README.md b/README.md index 630f09e..33a0243 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Once complete, assign the appropriate privileges, and login as the user.
If this is your first time setting this up. Run these commands:
`git init --bare $HOME/.dot` To create our dotfiles folder.
-`alias config='/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME` Set git to alias to config.
+`alias config='/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME'` Set git to alias to config.
`config config --local status.showUntrackedFiles no` So every file is not tracked, just what we add.
`echo "alias config='/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME'" >> $HOME/.bashrc` bashrc alias.