Skip to content

Commit

Permalink
Fix Windows Edge setup (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdubovoy authored Jan 26, 2024
1 parent e0bbd79 commit c411b64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _partials/fr/windows_browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ Si tu obtiens une erreur du type `ls: cannot access...`, exécute la commande su
Exécute la commandes :

```bash
echo "export GH_BROWSER=\"'/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe'\""
echo "export BROWSER='\"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe\"'" >> ~/.zshrc
echo "export GH_BROWSER=\"'/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe'\"" >> ~/.zshrc
```
</details>

Expand Down

0 comments on commit c411b64

Please sign in to comment.