infrastructure/config/users/kat/dev/zsh.nix
2021-08-30 00:54:09 +01:00

7 lines
169 B
Nix

{ config, ... }:
{
programs.zsh.shellAliases = {
readmefmt = "pandoc -f markdown -t gfm --reference-links ./README.md --output README.md --wrap=preserve";
};
}