From 797983407904d76d343c1b1fe1dbb6995896f732 Mon Sep 17 00:00:00 2001 From: akanealw Date: Mon, 1 Apr 2024 19:04:33 -0500 Subject: [PATCH] removed lazydocker alias --- debian/debian-install-docker.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/debian-install-docker.sh b/debian/debian-install-docker.sh index 536191a..39086e6 100755 --- a/debian/debian-install-docker.sh +++ b/debian/debian-install-docker.sh @@ -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."