From a0c3693285f8ef523fb4a3aeff9a9c5f30944025 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Wed, 5 Mar 2025 10:47:47 +0000 Subject: [PATCH] Use markdown alias again --- 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..a1930b4 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 markdown="pandoc -s -f commonmark+yaml_metadata_block -t html5" 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"