From d0853961028facc8d4fa47258d3e062a90ccaffe Mon Sep 17 00:00:00 2001 From: doman Date: Sat, 22 Jul 2023 15:03:24 +0200 Subject: [PATCH] bump readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44887ee..3d07084 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ REPO_URL=git@github.com:ickyicky/dot.git git clone --bare $REPO_URL $HOME/.dot/ alias dot="/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME" dot config status.showUntrackedFiles no -dot restore --staged . +dot restore . source $HOME/.zshrc ```