diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-10 16:22:11 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-10 16:22:11 +0400 |
commit | b11e3c427dedadb67dba8d2f82951c57acdd6874 (patch) | |
tree | 74d85fdbd1f6dd70c0bb053b61e2f6211090db72 | |
parent | 01ee572ead0419db93c2a62d5d864cc3aa9be74d (diff) |
git directory added
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | config/git/gitconfig (renamed from config/gitconfig) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ config: $(LINK) $(CONFDIR)/shell/profile $(ZPROFILE) git: - $(COPY) config/gitconfig $(GITCONFIG) + $(COPY) config/git/gitconfig $(GITCONFIG) scripts: diff --git a/config/gitconfig b/config/git/gitconfig index a3c04e5..a3c04e5 100644 --- a/config/gitconfig +++ b/config/git/gitconfig |