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:
parent
8ebe5fa588
commit
45d1310f10
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue