From a910474f2556f5e255702a1f6338d6f035266608 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Sat, 29 May 2021 20:11:55 -0400 Subject: [PATCH] Fixed typo in README setup. --- .DOTFILES_README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.DOTFILES_README b/.DOTFILES_README index cad7d1c..7c96e71 100644 --- a/.DOTFILES_README +++ b/.DOTFILES_README @@ -2,7 +2,7 @@ git clone --bare https://kitsunehosting.net/gitea/Kenwood/dotfiles.git $HOME/.dotfiles # Make a temp alias (will be perminant via .zshrc) -alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' +alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' # Pull stuff down! config checkout