Skip to content

Commit f6444b6

Browse files
julesvanriegithub-actions
andauthored
Restart terminal after setting BROWSER (#329)
* Restart terminal after setting BROWSER * setup guides generated --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent 81f971d commit f6444b6

4 files changed

Lines changed: 22 additions & 0 deletions

File tree

WINDOWS.es.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,11 @@ Primero, vamos a configurar tu navegador predeterminado nuevamente. Ya hicimos e
11241124
grep -E "export (GH_)*BROWSER" .zshrc.backup >> .zshrc
11251125
```
11261126

1127+
Luego, reinicia tu terminal con:
1128+
1129+
```bash
1130+
exec zsh
1131+
```
11271132

11281133
Genera el archivo de configuración para **Jupyter Notebook**...
11291134

WINDOWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,12 @@ First, let's configure your default browser again. We did this before, but when
11811181
grep -E "export (GH_)*BROWSER" .zshrc.backup >> .zshrc
11821182
```
11831183

1184+
Then, restart your terminal with:
1185+
1186+
```bash
1187+
exec zsh
1188+
```
1189+
11841190
Let's generate the configuration file for **Jupyter Notebook**...
11851191

11861192
``` bash

_partials/es/win_jupyter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Primero, vamos a configurar tu navegador predeterminado nuevamente. Ya hicimos e
66
grep -E "export (GH_)*BROWSER" .zshrc.backup >> .zshrc
77
```
88

9+
Luego, reinicia tu terminal con:
10+
11+
```bash
12+
exec zsh
13+
```
914

1015
Genera el archivo de configuración para **Jupyter Notebook**...
1116

_partials/win_jupyter.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ First, let's configure your default browser again. We did this before, but when
77
grep -E "export (GH_)*BROWSER" .zshrc.backup >> .zshrc
88
```
99

10+
Then, restart your terminal with:
11+
12+
```bash
13+
exec zsh
14+
```
15+
1016
Let's generate the configuration file for **Jupyter Notebook**...
1117

1218
``` bash

0 commit comments

Comments
 (0)