added lazydocker alias

This commit is contained in:
2024-01-19 20:22:53 -06:00
parent 4f86be409a
commit b7eb96779d

View File

@@ -171,6 +171,7 @@ 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
fi
# lazy docker install