From 5a426a049b93f84cd2f4eaf0355021a1344e77f5 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 17 Jul 2018 10:29:44 -0400 Subject: [PATCH] fix path --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 699a62a..63c0134 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ git clone --bare git@github.com:penguincoder/dotfiles.git function config { - /usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@ + /usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $@ } mkdir -p .config-backup config checkout