removed lazydocker alias

This commit is contained in:
2024-04-01 19:04:33 -05:00
parent fcb2abbcef
commit 7979834079

View File

@@ -27,7 +27,6 @@ if [[ ! -f /etc/apt/keyrings/docker.gpg ]]
echo "alias dlf='docker 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
echo "Docker installed successfully."
else
echo "Docker is already configured."