-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitconfig
36 lines (36 loc) · 1.67 KB
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[maintenance]
repo = /home/theol/Documents/zshplugins/fast-syntax-highlighting
repo = /home/theol/Documents/zshplugins/ohmyzsh
repo = /home/theol/Documents/zshplugins/zsh-autocomplete
repo = /home/theol/Documents/zshplugins/zsh-autosuggestions
repo = /home/theol/Documents/zshplugins/zsh-completions
repo = /home/theol/Documents/zshplugins/zsh-edit
repo = /home/theol/Documents/zshplugins/zsh-hist
repo = /home/theol/Documents/zshplugins/zsh-histdb
repo = /home/theol/Documents/zshplugins/zsh-history-substring-search
repo = /home/theol/Documents/zshplugins/zsh-toggle-command-prefix
repo = /home/theol/Documents/zshplugins/zsh-vi-mode
repo = /home/theol/Documents/zshplugins/fast-syntax-highlighting/fast-syntax-highlighting
repo = /home/theol/Documents/zshplugins/jeffreytse/zsh-vi-mode
repo = /home/theol/Documents/zshplugins/ohmyzsh/ohmyzsh
repo = /home/theol/Documents/zshplugins/xPMo/zsh-toggle-command-prefix
repo = /home/theol/Documents/zshplugins/zdharma/fast-syntax-highlighting
repo = /home/theol/Documents/zshplugins/zsh-users/zsh-autosuggestions
repo = /home/theol/Documents/zshplugins/zsh-users/zsh-completions
repo = /home/theol/Documents/zshplugins/zsh-users/zsh-history-substring-search
repo = /home/theol/Documents/zshplugins/marlonrichert/zsh-autocomplete
repo = /home/theol/Documents/zshplugins/marlonrichert/zsh-edit
repo = /home/theol/Documents/zshplugins/marlonrichert/zsh-hist
[user]
email = theol0403@gmail.com
name = Theo Lemay
[pull]
rebase = true
[credential]
helper = store