Add docker alias

This commit is contained in:
Jan Jastrow 2023-08-22 08:14:11 +02:00
parent 407d693949
commit f623cf3942
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@ alias gpull='git pull'
alias gpush='git push'
alias gcommit='git commit -m'
# docker
alias dcdu='docker compose down && docker compose up -d'
# linux stuff
alias journ='journalctl -xfe -t'