From 89faee2522c463f7d59bc4ef9f6146a83a9e5a8b Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 12 Oct 2023 13:43:45 -0700 Subject: Update installation.md --- docs/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/installation.md') diff --git a/docs/installation.md b/docs/installation.md index 6d0f3f997..767f571e8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -96,13 +96,13 @@ Then add these lines to the appropriate file, save it, and open a new shell. {% codetabs %} -```bash#bash -# ~/.bashrc +```bash#zsh +# ~/.zshrc export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" ``` -```bash#zsh +```bash#bash # ~/.bashrc export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" -- cgit v1.2.3