dots


commit
5e5f92a
parent
69a8fb8
author
xxwhirlpool
date
2026-01-15 16:04:53 -0500 EST
senpai, git
2 files changed,  +4, -1
M config/.config/senpai/senpai.scfg
+1, -1
1@@ -1,5 +1,5 @@
2 address "chat.4-walls.net:6698"
3 nickname "kat"
4-password-cmd cat "/home/kat/.ircpass"
5+password-cmd pass "config/senpai"
6 on-highlight-beep true
7 on-highlight-path "/home/kat/.config/senpai/highlight"
M config/.gitconfig
+3, -0
1@@ -12,5 +12,8 @@
2 	gpgsign = true
3 [core]
4 	pager = "batcat --paging=always"
5+	autocrlf = true
6 [rerere]
7 	enabled = true
8+[pull]
9+	ff = only