mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-26 06:35:23 +02:00
add marptossh
This commit is contained in:
parent
efe4b2f167
commit
d5fee61b72
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -114,6 +114,7 @@ alias dcud='UID="$(id -u)" GID="$(id -g)" docker compose up -d'
|
||||||
alias dbounce='docker compose down && dcud'
|
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 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"
|
||||||
|
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
|
# Created by `pipx` on 2024-11-22 13:27:16
|
||||||
export PATH="$PATH:/home/melody/.local/bin"
|
export PATH="$PATH:/home/melody/.local/bin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue