From 4ad5fb7960fee4b46c5bd24c690d140e0bc94263 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Wed, 8 Feb 2023 12:47:41 +0100 Subject: [PATCH] [zsh] Fix the md2htmldoc alias --- zsh/aliases.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 269a220..ae4592d 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -1,4 +1,5 @@ alias welcome="welcome --extra-logos-dir $K_ZSH_DOTFILES/../script-resources/welcome/logos" +alias markdown2htmldoc="$K_ZSH_DOTFILES/../scripts/markdown2htmldoc" if (( _is_macos )); then if command_exists exa; then