Commit 8a092fd

xxwhirlpool  ·  2026-07-24 11:40:43 -0400 EDT
parent 98b7071
git conf stuff + fzf ignore
3 files changed,  +18, -2
+2, -0
1@@ -0,0 +1,2 @@
2+node_modules/
3+.git/
+9, -2
 1@@ -12,9 +12,9 @@
 2 [tag]
 3 	gpgsign = true
 4 [core]
 5+	excludesfile = ~/.gitignore_global
 6 	pager = "batcat --paging=always"
 7 	autocrlf = input
 8-	excludesFile = ~/.gitignore
 9 	editor = micro
10 [rerere]
11 	enabled = true
12@@ -27,7 +27,12 @@
13 	auto = true
14 	strategy = incremental
15 [alias]
16-    graph = log --all --graph --decorate --oneline
17+	s = status
18+	a = add .
19+	d = diff --staged
20+	lc = diff HEAD~
21+	yolo = !git add . && git commit -m 'yolo'
22+	lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
23 [help]
24 	autocorrect = prompt
25 [sendemail]
26@@ -38,3 +43,5 @@
27 [credential]
28 	username = witnesslachesis
29 	helper = "!f() { test \"$1\" = get && echo \"password=$(pass personal/witnesslachesis_disroot)\"; }; f"
30+[diff]
31+	algorithm = histogram
+7, -0
1@@ -0,0 +1,7 @@
2+*.diff
3+
4+.env
5+.env.prod
6+
7+*.db
8+*.sqlite