Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haxjump committed Oct 9, 2024
1 parent d7c1f0f commit 10b5373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
For zsh:
```shell
nbnet -z > ~/.cargo/bin/zsh.nbnet
echo -e "\n source ~/.cargo/bin/zsh.nbnet" >>~/.zshrc
echo -e "\n source ~/.cargo/bin/zsh.nbnet" >> ~/.zshrc
source ~/.zshrc
```

For bash:
```shell
nbnet -b > ~/.cargo/bin/bash.nbnet
echo -e "\n source ~/.cargo/bin/bash.nbnet" >>~/.bashrc
echo -e "\n source ~/.cargo/bin/bash.nbnet" >> ~/.bashrc
source ~/.bashrc
```

Expand Down

0 comments on commit 10b5373

Please sign in to comment.