addet gmd installation

This commit is contained in:
pika 2025-04-18 11:43:37 +02:00
parent 3ba1cfe350
commit 3a8bd8d2c0

4
.zshrc
View file

@ -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__() {