mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-24 03:12:50 +01:00
Add docker alias
This commit is contained in:
parent
407d693949
commit
f623cf3942
@ -82,6 +82,9 @@ alias gpull='git pull'
|
|||||||
alias gpush='git push'
|
alias gpush='git push'
|
||||||
alias gcommit='git commit -m'
|
alias gcommit='git commit -m'
|
||||||
|
|
||||||
|
# docker
|
||||||
|
alias dcdu='docker compose down && docker compose up -d'
|
||||||
|
|
||||||
# linux stuff
|
# linux stuff
|
||||||
alias journ='journalctl -xfe -t'
|
alias journ='journalctl -xfe -t'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user