Skip to content

Commit d513ee2

Browse files
committed
Restart terminal after setting BROWSER
1 parent 81f971d commit d513ee2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

_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)