Updated config

This commit is contained in:
Eduard Urbach 2024-06-28 21:10:40 +02:00
parent c4b2f4946d
commit ab3930e7a3
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -0,0 +1,3 @@
function countchars
tr -d '\n' < $argv[1] | fold -w1 | sort | uniq -c | sort -nr
end