diff --git a/dotfiles/config.org b/dotfiles/config.org index 2e1fce1..ec6c0ed 100644 --- a/dotfiles/config.org +++ b/dotfiles/config.org @@ -176,14 +176,3 @@ LC_ALL= #+END_SRC -* Pass Git Helper -:PROPERTIES: -:header-args: :tangle ~/.config/pass-git-helper/git-pass-mapping.ini -:header-args+: :comments both :mkdirp yes -:END: - -#+BEGIN_SRC conf - [github.com*] - target=github.com/tdehaeze -#+END_SRC - diff --git a/dotfiles/git.org b/dotfiles/git.org index 5a13562..788f332 100644 --- a/dotfiles/git.org +++ b/dotfiles/git.org @@ -188,6 +188,9 @@ [credential "https://github.com"] username = tdehaeze + +[credential "https://git.tdehaeze.xyz"] + username = tdehaeze #+END_SRC ** Diff-so-fancy @@ -214,3 +217,20 @@ .DS_Store Session.vim #+END_SRC + +* Pass Git Helper +:PROPERTIES: +:header-args: :tangle ~/.config/pass-git-helper/git-pass-mapping.ini +:header-args+: :comments both :mkdirp yes +:END: + +#+BEGIN_SRC conf + [github.com*] + target=github.com/tdehaeze + + [git.tdehaeze.xyz*] + target=git.tdehaeze.xyz/tdehaeze + + [gitlab.esrf.fr*] + target=gitlab.esrf.fr/dehaeze +#+END_SRC