From 3a8bd8d2c01691d1d99f9111012d7f118cdd2c59 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 18 Apr 2025 11:43:37 +0200 Subject: [PATCH] addet gmd installation --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 9e355c7..94ef1ba 100644 --- a/.zshrc +++ b/.zshrc @@ -249,6 +249,10 @@ __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)"' + fi } __git__() {