Skip to content

Commit

Permalink
Update alias setup language to clarify usage (github#32377)
Browse files Browse the repository at this point in the history
  • Loading branch information
moriartyb authored Apr 5, 2024
1 parent 2188ec1 commit b7985d0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ The following examples show how to add the alias configurations to your Bash, Po

**Bash**

Add the following to your Bash configuration file:
Run the following to add the aliases to your Bash configuration file:

```shell copy
echo 'eval "$(gh copilot alias -- bash)"' >> ~/.bashrc
```

**PowerShell**

Add the following to your PowerShell profile:
Run the following to add the aliases to your PowerShell profile:

```shell copy
$GH_COPILOT_PROFILE = Join-Path -Path $(Split-Path -Path $PROFILE -Parent) -ChildPath "gh-copilot.ps1"
Expand All @@ -105,7 +105,7 @@ echo ". $GH_COPILOT_PROFILE" >> $PROFILE

**Zsh**

Add the following to your Zsh configuration file:
Run the following to add the aliases to your Zsh configuration file:

```shell copy
echo 'eval "$(gh copilot alias -- zsh)"' >> ~/.zshrc
Expand Down

0 comments on commit b7985d0

Please sign in to comment.