1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 08:45:36 +00:00

add alias d-c=docker-comose

This commit is contained in:
lunax 2020-01-27 12:19:17 +01:00
parent 8ebe5fa588
commit 45d1310f10
No known key found for this signature in database
GPG key ID: 364432466E2171B9

View file

@ -1,3 +1,4 @@
alias wget='wget -c'
alias zshrc='source ~/.zshrc'
alias dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"'
alias d-c='docker-compose'