fixed the installation for the gmd bin
This commit is contained in:
parent
3a8bd8d2c0
commit
2bd2592970
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -251,7 +251,7 @@ __docker__() {
|
||||||
alias appupdate="check_for_updates"
|
alias appupdate="check_for_updates"
|
||||||
|
|
||||||
if ! command_exists gmd; then
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue