Riley Housden
dee81351a6
+ added pythonic command existence checking. + split clipboard copying to its own method. + bwg accepts "full" to copy all login fields. - disabled addins for the time being. + improve installation instructions.
18 lines
292 B
INI
18 lines
292 B
INI
[alias]
|
|
a = add
|
|
br = branch
|
|
c = commit
|
|
um = commit --amend
|
|
[user]
|
|
useConfigOnly = true
|
|
email = invalidfire@fastmail.com
|
|
name = Riley Housden
|
|
signingkey = 0D6208F6DF56B4D8
|
|
[init]
|
|
defaultBranch = main
|
|
[core]
|
|
editor = vim
|
|
autocrlf = input
|
|
pager = less -x1,5
|
|
[commit]
|
|
gpgsign = true
|