fix(bat): no line numbers for easy copy/pasting

This commit is contained in:
Khaïs COLIN 2025-10-14 10:29:45 +02:00
parent b65eb33a15
commit 16d4b5bef4
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

View file

@ -481,6 +481,9 @@ in {
programs.bat = { programs.bat = {
enable = true; enable = true;
config = {
style = ["header-filename" "grid" "rule"];
};
}; };
programs.eza = { programs.eza = {