From 0a1c2f043adb30913be04bbdff3d2723741e1319 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Fri, 28 Feb 2025 11:29:40 +0000 Subject: [PATCH] Use a different alias instead of md --- roles/home-cli/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 77c71e3..8ab3ed8 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -243,7 +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 markdown="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"