[zsh] Fix the md2htmldoc alias

This commit is contained in:
Alyxia Sother 2023-02-08 12:47:41 +01:00
parent 1b062ced5f
commit 4ad5fb7960
No known key found for this signature in database
GPG key ID: 01E16C4E775A37E4

View file

@ -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