mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 00:35:36 +00:00
Add docker-compose alias
This commit is contained in:
parent
3b1d3955e0
commit
10fd15050f
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -40,6 +40,8 @@ else
|
|||
export EDITOR=vim
|
||||
fi
|
||||
|
||||
alias c='docker-compose'
|
||||
|
||||
if ! iscmd docker-compose; then
|
||||
alias c='docker compose'
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue