From: Samir Benmendil Date: Tue, 1 Nov 2022 14:09:33 +0000 (+0000) Subject: git: replace wio with fpp conditional settings X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/35d57a17b287dd8badc454b835347c4b825c60a8?ds=sidebyside git: replace wio with fpp conditional settings This reverts commit 0cb9c5b0aaa4f2fb22eb202050fdcc451c8a760c. --- diff --git a/git/config b/git/config index af16e93..a759c2e 100644 --- a/git/config +++ b/git/config @@ -54,5 +54,5 @@ process = git-lfs filter-process required = true -[includeIf "gitdir:~/src/wio/**"] - path = ~/.config/git/wio.config +[includeIf "gitdir:~/src/fpp/**"] + path = ~/.config/git/fpp.config diff --git a/git/fpp.config b/git/fpp.config new file mode 100644 index 0000000..e5b6e82 --- /dev/null +++ b/git/fpp.config @@ -0,0 +1,6 @@ +[user] + name = Samir Benmendil + email = samir@fppnt.com + +[core] + hooksPath = ~/src/fpp/githooks diff --git a/git/wio.config b/git/wio.config deleted file mode 100644 index 2b99b4a..0000000 --- a/git/wio.config +++ /dev/null @@ -1,7 +0,0 @@ -[user] - name = Samir Benmendil - email = sbenmendil@witekio.com - -[core] - # hooksPath = ~/src/wio/githooks - sshCommand = ssh -i ~/.ssh/id_ed25519_wio