infrastructure/config/users/kat/dev/shell.nix
2021-09-02 19:07:03 +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";
};
}