infrastructure/config/users/kat/dev/shell.nix
2022-07-10 13:57:57 -07: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";
};
}