Merge pull request #8236 from theutz/master

Update installing-binary.md
This commit is contained in:
Valentin Gagarin 2023-04-18 14:08:32 +02:00 committed by GitHub
commit 66e28e6343
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ which you may remove.
### macOS ### macOS
1. Edit `/etc/zshrc` and `/etc/bashrc` to remove the lines sourcing 1. Edit `/etc/zshrc`, `/etc/bashrc`, and `/etc/bash.bashrc` to remove the lines sourcing
`nix-daemon.sh`, which should look like this: `nix-daemon.sh`, which should look like this:
```bash ```bash
@ -153,6 +153,7 @@ which you may remove.
```console ```console
sudo mv /etc/zshrc.backup-before-nix /etc/zshrc sudo mv /etc/zshrc.backup-before-nix /etc/zshrc
sudo mv /etc/bashrc.backup-before-nix /etc/bashrc sudo mv /etc/bashrc.backup-before-nix /etc/bashrc
sudo mv /etc/bash.bashrc.backup-before-nix /etc/bash.bashrc
``` ```
This will stop shells from sourcing the file and bringing everything you This will stop shells from sourcing the file and bringing everything you