mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
change alias of docker compose
This commit is contained in:
parent
da4831ba79
commit
6a2651eb32
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ alias \
|
||||||
wget='wget -c' \
|
wget='wget -c' \
|
||||||
zshrc='source ~/.zshrc' \
|
zshrc='source ~/.zshrc' \
|
||||||
dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"' \
|
dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"' \
|
||||||
c='docker-compose' \
|
c='docker compose' \
|
||||||
lla='ls -lha' \
|
lla='ls -lha' \
|
||||||
cp='cp -iv' \
|
cp='cp -iv' \
|
||||||
rm='rm -iv' \
|
rm='rm -iv' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue