summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/.config/git/config6
-rw-r--r--home/.ssh/config3
2 files changed, 8 insertions, 1 deletions
diff --git a/home/.config/git/config b/home/.config/git/config
index b4c5d97f..c990de2c 100644
--- a/home/.config/git/config
+++ b/home/.config/git/config
@@ -2,6 +2,9 @@
 	name = June McEnroe
 	email = june@causal.agency
 
+[branch]
+	sort = committerdate
+
 [commit]
 	verbose = true
 
@@ -24,5 +27,8 @@
 [pretty]
 	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%aN>
 
+[alias]
+	forgive = blame
+
 [include]
 	path = ./private
diff --git a/home/.ssh/config b/home/.ssh/config
index b2035a81..f579ae9f 100644
--- a/home/.ssh/config
+++ b/home/.ssh/config
@@ -1,9 +1,10 @@
 IgnoreUnknown Include
 Include config_private
 
+AddKeysToAgent yes
 SendEnv LANG LC_*
 
-Host monday beastie puffy toaster tux progynova
+Host tuesday beastie puffy toaster tux progynova
 	HostName %h.local
 	ForwardAgent yes
 	RemoteForward 7062 127.0.0.1:7062