From d5fee61b726cdaac4b7fe6bb54b6014d25824aa6 Mon Sep 17 00:00:00 2001 From: Yannick7777 <87943421+Yannick7777@users.noreply.github.com> Date: Thu, 27 Mar 2025 23:38:46 +0100 Subject: [PATCH] add marptossh --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 59ab841..388995b 100644 --- a/.zshrc +++ b/.zshrc @@ -114,6 +114,7 @@ alias dcud='UID="$(id -u)" GID="$(id -g)" docker compose up -d' alias dbounce='docker compose down && dcud' alias needssh="git remote set-url origin \$(git remote get-url origin | sed -e 's|https://github.com/|git@github.com:|' -e 's|/$||' -e 's|\.git$||')" alias icat="kitten icat" +alias marptohtml="npx @marp-team/marp-cli@latest --theme-set themes/mytheme.css - template.md -o index.html" # Created by `pipx` on 2024-11-22 13:27:16 export PATH="$PATH:/home/melody/.local/bin"