mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45: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
|
export EDITOR=vim
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
alias c='docker-compose'
|
||||||
|
|
||||||
if ! iscmd docker-compose; then
|
if ! iscmd docker-compose; then
|
||||||
alias c='docker compose'
|
alias c='docker compose'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue