Skip to content

Commit 9b7954c

Browse files
committed
WSL browser grep from home folder
1 parent d2085e2 commit 9b7954c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_partials/es/win_jupyter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Primero, vamos a configurar tu navegador predeterminado nuevamente. Ya hicimos esto antes, pero cuando instalamos los dotfiles se eliminó la configuración. No hay problema, ejecuta este comando para volver a configurarlo:
44

55
```bash
6-
grep -E "export (GH_)*BROWSER" .zshrc.backup >> .zshrc
6+
grep -E "export (GH_)*BROWSER" ~/.zshrc.backup >> ~/.zshrc
77
```
88

99
Luego, reinicia tu terminal con:

_partials/win_jupyter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
First, let's configure your default browser again. We did this before, but when we installed the dotfiles it got removed. Not a problem, run this command to configure the settings again:
55

66
```bash
7-
grep -E "export (GH_)*BROWSER" .zshrc.backup >> .zshrc
7+
grep -E "export (GH_)*BROWSER" ~/.zshrc.backup >> ~/.zshrc
88
```
99

1010
Then, restart your terminal with:

0 commit comments

Comments
 (0)