We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1bde8 commit 907011dCopy full SHA for 907011d
2 files changed
home/.claude/settings.json
@@ -1,4 +1,7 @@
1
{
2
+ "env": {
3
+ "CLAUDE_CODE_DISABLE_1M_CONTEXT": "1"
4
+ },
5
"permissions": {
6
"allow": [
7
"Bash(git* ls-tree *)",
home/.gitconfig
@@ -4,6 +4,7 @@
[user]
name = Christian Emmer
email = 10749361+emmercm@users.noreply.github.com
+ signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKh8PSAwQVC/TnlvqzEZ5SOz4vqqUoNxEjawrzNBsIVi
8
9
[filter "lfs"]
10
clean = git-lfs clean -- %f
@@ -37,3 +38,9 @@
37
38
la = "!git config -l | grep alias | cut -c 7-"
39
[push]
40
autoSetupRemote = true
41
+[commit]
42
+ gpgsign = true
43
+[gpg]
44
+ format = ssh
45
+[gpg "ssh"]
46
+ program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
0 commit comments