mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-23 09:42:18 +00:00
Compare commits
4 commits
ee9d6bb43f
...
36ddcf9cc7
Author | SHA1 | Date | |
---|---|---|---|
36ddcf9cc7 | |||
70b6d9bc8a | |||
3de14bb202 | |||
e9f89c8071 |
2 changed files with 4 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
ccat = "egrep -v '^\s*(#|\\$)'";
|
||||
g = "git";
|
||||
ga = "git add";
|
||||
gc = "git commit"; # interactive commit
|
||||
gcm = "git commit -m"; # quick commit
|
||||
gc = "git commit -S"; # interactive commit
|
||||
gcm = "git commit -S -m"; # quick commit
|
||||
gg = "git graph";
|
||||
gs = "git status";
|
||||
jqless = "jq -C | less -r";
|
||||
|
|
|
@ -13,8 +13,10 @@
|
|||
userEmail = lib.mkDefault email;
|
||||
userName = lib.mkDefault "John Bowdre";
|
||||
extraConfig = {
|
||||
gpg.format = "ssh";
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = false;
|
||||
user.signingKey = "~/.ssh/id_ed25519.pub";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue