Skip to content

Commit afd8d9f

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

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

_partials/es/win_jupyter.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ Primero, vamos a configurar tu navegador predeterminado nuevamente. Ya hicimos e
44

55
```bash
66
grep -E "export (GH_)*BROWSER" .zshrc.backup >> .zshrc
7+
exec zsh
78
```
89

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

1016
Genera el archivo de configuración para **Jupyter Notebook**...
1117

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