update icat alias

This commit is contained in:
Yannick 2025-04-24 20:24:12 +02:00
parent 746e96d05d
commit 40965962d1

2
.zshrc
View file

@ -113,7 +113,7 @@ alias dcu='UID="$(id -u)" GID="$(id -g)" docker compose up'
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 icat="kitten icat --background white"
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