1
0
Fork 0
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:
Luna 2023-06-07 17:09:02 +02:00
parent 3b1d3955e0
commit 10fd15050f

2
.zshrc
View file

@ -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