From 421f58aa8b7c3b3f1cd1e9ddfe9f7081782e9011 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 31 Oct 2022 21:30:59 +0100 Subject: home: add xml pretty-printing alias --- home/home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home/home.nix') diff --git a/home/home.nix b/home/home.nix index 76ba624..71befda 100644 --- a/home/home.nix +++ b/home/home.nix @@ -63,6 +63,7 @@ news = "newsboat"; pj = "pijul"; agenda = "CLICOLOR_FORCE=1 almanac month ~/.cache/feedsync/* | less"; + xmlpretty = "xmllint --format - | bat -l xml"; }; }; -- cgit v1.2.3