Skip to content

Commit 9b51bc2

Browse files
authored
Merge pull request #50022 from github/repo-sync
Repo sync
2 parents 07803f4 + b7985d0 commit 9b51bc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/copilot/github-copilot-in-the-cli/using-github-copilot-in-the-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ The following examples show how to add the alias configurations to your Bash, Po
8787

8888
**Bash**
8989

90-
Add the following to your Bash configuration file:
90+
Run the following to add the aliases to your Bash configuration file:
9191

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

9696
**PowerShell**
9797

98-
Add the following to your PowerShell profile:
98+
Run the following to add the aliases to your PowerShell profile:
9999

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

106106
**Zsh**
107107

108-
Add the following to your Zsh configuration file:
108+
Run the following to add the aliases to your Zsh configuration file:
109109

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

0 commit comments

Comments
 (0)