From 2bd259297029531ed96b280320dab006dc5eb84c Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 18 Apr 2025 11:46:40 +0200 Subject: [PATCH] fixed the installation for the gmd bin --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 94ef1ba..abc24a9 100644 --- a/.zshrc +++ b/.zshrc @@ -251,7 +251,7 @@ __docker__() { alias appupdate="check_for_updates" if ! command_exists gmd; then - alias gmd='bash -c "$(curl -sLo- https://raw.githubusercontent.com/ajayd-san/gomanagedocker/main/install.sh)"' + alias gmd='bash -c "$(curl -sLo- https://raw.githubusercontent.com/ajayd-san/gomanagedocker/main/install.sh)" && "$SHELL"' fi }