changes from personal machine

This commit is contained in:
2026-06-06 10:55:27 -04:00
parent 5341a19141
commit e2521a2df3
2 changed files with 7 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
signingkey = /home/jacob/.ssh/id_ed25519.pub
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[url "ssh://git@git.nonahob.net:30009/"]
; [url "ssh://git@git.nonahob.net:2096/"]
[url "ssh://git@192.168.10.50:30009/"]
insteadOf = https://git.nonahob.net/
[tag]
sort = version:refname

View File

@@ -19,3 +19,8 @@ lines = 115
[window.position]
x = 1550
y = 0
[keyboard]
bindings = [
{ key = "Return", mods = "Shift", chars = "\n" }
]