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"