summaryrefslogtreecommitdiff
path: root/home/home.nix
diff options
context:
space:
mode:
authorstuebinm2022-10-31 21:30:59 +0100
committerstuebinm2022-11-11 21:20:58 +0100
commit421f58aa8b7c3b3f1cd1e9ddfe9f7081782e9011 (patch)
tree8fa7a8d4fbf7025b14eabdf3a16d8fdbe92a33d3 /home/home.nix
parent03f71497c5ec3cdf36fe3970d2d5630a4cfefe13 (diff)
home: add xml pretty-printing alias
Diffstat (limited to 'home/home.nix')
-rw-r--r--home/home.nix1
1 files changed, 1 insertions, 0 deletions
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";
};
};