add icat alias

This commit is contained in:
Yannick7777 2025-03-07 00:57:09 +01:00
parent 7c879f5314
commit 0378a5e571

1
.zshrc
View file

@ -113,6 +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 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"
# 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"