Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit 1b9fb5a

Browse files
Update content
1 parent 2788380 commit 1b9fb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ echo 'eval "$(gh copilot alias -- bash)"' >> ~/.bashrc
107107
```pwsh
108108
$GH_COPILOT_PROFILE = Join-Path -Path $(Split-Path -Path $PROFILE -Parent) -ChildPath "gh-copilot.ps1"
109109
gh copilot alias -- pwsh | Out-File ( New-Item -Path $GH_COPILOT_PROFILE -Force )
110-
echo ". $GH_COPILOT_PROFILE" >> $PROFILE
110+
echo ". `"$GH_COPILOT_PROFILE`"" >> $PROFILE
111111
```
112112
113113
### Zsh

0 commit comments

Comments
 (0)