mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-25 14:15:34 +02:00
update icat alias
This commit is contained in:
parent
746e96d05d
commit
40965962d1
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue