addet gmd installation
This commit is contained in:
parent
3ba1cfe350
commit
3a8bd8d2c0
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -249,6 +249,10 @@ __docker__() {
|
||||||
}
|
}
|
||||||
|
|
||||||
alias appupdate="check_for_updates"
|
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__() {
|
__git__() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue