1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-16 07:26:51 +00:00

change alias of docker compose

This commit is contained in:
Luna 2022-03-31 21:21:47 +02:00
parent da4831ba79
commit 6a2651eb32
No known key found for this signature in database
GPG key ID: DE9E9D23CD19A149

View file

@ -2,7 +2,7 @@ alias \
wget='wget -c' \
zshrc='source ~/.zshrc' \
dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"' \
c='docker-compose' \
c='docker compose' \
lla='ls -lha' \
cp='cp -iv' \
rm='rm -iv' \