add nix
update gitconfig improve alacritty
This commit is contained in:
parent
1e1ce9b03b
commit
8f5e86c610
5 changed files with 16 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
[user]
|
||||
|
||||
name = "Hactarus"
|
||||
email = Hactarus@users.noreply.github.com
|
||||
|
||||
email = "859868+Hactarus@users.noreply.github.com"
|
||||
signingkey = E78C926AFF8835F1D31D63E0004635081CCE8F11
|
||||
|
||||
[alias]
|
||||
pushdev = !git push --set-upstream origin "`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`:dev/hactarus/`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`"
|
||||
|
@ -18,10 +18,10 @@
|
|||
gpgsign = false
|
||||
|
||||
[url "ssh://git@gitlab.com"]
|
||||
insteadOf = "https://www.gitlab.com"
|
||||
insteadOf = "https://gitlab.com"
|
||||
|
||||
[url "ssh://git@github.com"]
|
||||
insteadOf = "https://www.github.com"
|
||||
insteadOf = "https://github.com"
|
||||
|
||||
[includeIf "gitdir:~/work"]
|
||||
path = .gitconfig-work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue