Updated mongodb-community
This commit is contained in:
parent
f76ed8494e
commit
44f12e142a
2 changed files with 4 additions and 1 deletions
|
@ -282,6 +282,9 @@ export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
|||
### Kube
|
||||
export KUBECONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/kube/config"
|
||||
|
||||
### MacPrefs
|
||||
export MACPREFS_BACKUP_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/macprefs"
|
||||
|
||||
### Maven
|
||||
export MAVEN_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/maven/settings.xml"
|
||||
alias mvn="mvn -s $MAVEN_CONFIG"
|
||||
|
|
|
@ -3006,7 +3006,7 @@ softwarePackages:
|
|||
_name: MongoDB
|
||||
_service: mongodb
|
||||
_service:brew: mongodb-community
|
||||
brew: mongodb-community
|
||||
brew: mongodb/brew/mongodb-community
|
||||
choco: mongodb
|
||||
mongodb-compass:
|
||||
_bin: mongodb-compass
|
||||
|
|
Loading…
Reference in a new issue