updated alias

This commit is contained in:
2024-05-12 11:30:47 -05:00
parent f16bdecfc7
commit 576f00fac3

View File

@@ -179,6 +179,7 @@ if [[ -f /etc/apt/keyrings/docker.gpg ]]
echo "alias dstop='docker stop'" >> /etc/bash.bashrc
echo "alias drestart='docker restart'" >> /etc/bash.bashrc
echo "alias dlf='docker logs -f'" >> /etc/bash.bashrc
echo "alias dclf='docker compose logs -f'" >> /etc/bash.bashrc
echo "alias dipaf='docker image prune -a -f'" >> /etc/bash.bashrc
echo "alias deit='docker exec -it'" >> /etc/bash.bashrc
echo "alias lzd='lazydocker'" >> /etc/bash.bashrc