mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Add help for zsh shell for homebrew bottles, closing https://github.com/tuna/issues/issues/932
This commit is contained in:
parent
b19f057f0a
commit
a9e9f19ca8
|
|
@ -14,7 +14,17 @@ export HOMEBREW_BOTTLE_DOMAIN=https://{{ site.hostname }}/homebrew-bottles
|
|||
```
|
||||
|
||||
### 长期替换
|
||||
|
||||
如果你使用 bash:
|
||||
|
||||
```bash
|
||||
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://{{ site.hostname }}/homebrew-bottles' >> ~/.bash_profile
|
||||
source ~/.bash_profile
|
||||
```
|
||||
|
||||
如果你使用 zsh:
|
||||
|
||||
```zsh
|
||||
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://{{ site.hostname }}/homebrew-bottles' >> ~/.zprofile
|
||||
source ~/.zprofile
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue