Created
June 30, 2020 15:26
-
-
Save yoxisem544/7535cc3d40a8d93fe3343aad4b0d37e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- script: | |
title: Set Env Path | |
inputs: | |
- content: |- | |
# 增加我們要 cache 的 brew 套件環境變數,如果有使用到其他的套件,請再手動增加 | |
envman add --key BREW_MINT --value "$(brew --cellar)/mint" # 指定套件名稱位置 | |
envman add --key BREW_OPT_MINT --value "/usr/local/opt/mint" # 指定套件名稱位置,此為 file alias |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment