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 }