From 66accc159c2932728a359af90bc46505c7627441 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 9 Jan 2021 02:07:13 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8da6a97..961cad0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ```shell git clone --bare git@github.com:davegallant/dotfiles.git $HOME/.dotfiles -alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' # add alias to a .bashrc or .zshrc +alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' # add alias to a .bashrc or .zshrc source ~/.zshrc || source ~/.bashrc config config --local status.showUntrackedFiles no # override all config files