1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Merge pull request #50022 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-04-05 06:30:12 -04:00
committed by GitHub

View File

@@ -87,7 +87,7 @@ 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
@@ -95,7 +95,7 @@ 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"
@@ -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