Skip to content

Commit 4974fa7

Browse files
julesvanriegithub-actions
andauthored
Trigger build from web setup (#324)
* Trigger build from web setup * setup guides generated --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent 2f274a5 commit 4974fa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WINDOWS.es.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ Para asegurarnos de que puedas interactuar desde la terminal de Ubuntu con el na
701701
Ejecuta el siguiente comandos:
702702

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

WINDOWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ Run the following commands:
742742
Run the commands:
743743

744744
```bash
745-
echo "export BROWSER='\"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe\"'" >> ~/.zshrc
745+
echo "export BROWSER=\"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe\"" >> ~/.zshrc
746746
echo "export GH_BROWSER=\"'/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe'\"" >> ~/.zshrc
747747
```
748748

@@ -771,7 +771,6 @@ exec zsh
771771
Do not hesitate to **contact a teacher**.
772772

773773

774-
775774
## direnv
776775

777776
[direnv](https://direnv.net/) is a shell extension. It makes it easy to deal with per project environment variables. This will be useful in order to customize the behavior of your code.

0 commit comments

Comments
 (0)