From 008faf8a1b1c436ae5ee2b5a1dd7b6e00593eb8e Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Tue, 18 Feb 2025 15:44:55 +0000 Subject: [PATCH] Add md alias --- roles/home-cli/files/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index f870756..77c71e3 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -243,6 +243,7 @@ alias isodate="date +'Date: %Y-%m-%d%nTime: %H:%M:%S%nZone: %:z%n%nWeek: %G-W%V- alias la="ls -a" alias ll="ls -l" alias ls="command ls -F" +alias md="cmark --to html --nobreaks --unsafe --smart --validate-utf8" alias now="date +%Y%m%dT%H%M%S%z" alias nowh="date +%Y-%m-%dT%H:%M:%S%:z" alias nowu="date -u +%Y%m%dT%H%M%SZ"