Commit 2df9a99

xxwhirlpool  ·  2026-06-02 16:13:36 -0400 EDT
parent 57e1f78
bashrc & gitconf
2 files changed,  +15, -0
+7, -0
 1@@ -176,6 +176,13 @@ export FZF_ALT_C_OPTS="
 2 
 3 export LEDGER_FILE=~/.config/hledger/katmoney.journal
 4 
 5+# perl shit
 6+PATH="/home/kat/perl5/bin${PATH:+:${PATH}}"; export PATH;
 7+PERL5LIB="/home/kat/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
 8+PERL_LOCAL_LIB_ROOT="/home/kat/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
 9+PERL_MB_OPT="--install_base \"/home/kat/perl5\""; export PERL_MB_OPT;
10+PERL_MM_OPT="INSTALL_BASE=/home/kat/perl5"; export PERL_MM_OPT;
11+
12 ######################################
13 # functions
14 ######################################
+8, -0
 1@@ -30,3 +30,11 @@
 2     graph = log --all --graph --decorate --oneline
 3 [help]
 4 	autocorrect = prompt
 5+[sendemail]
 6+	smtpserver = disroot.org
 7+	smtpuser = witnesslachesis@disroot.org
 8+	smtpencryption = tls
 9+	smtpserverport = 587
10+[credential]
11+	username = witnesslachesis
12+	helper = "!f() { test \"$1\" = get && echo \"password=$(pass personal/witnesslachesis_disroot)\"; }; f"