Skip to content

Commit d9bb7b2

Browse files
julesvanriegithub-actions
andauthored
WSL browser grep from home folder (#331)
* WSL browser grep from home folder * setup guides generated --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent d2085e2 commit d9bb7b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

WINDOWS.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ curl $SOURCE > $LOCATION/custom.css
10621062
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:
10631063

10641064
```bash
1065-
grep -E "export (GH_)*BROWSER" .zshrc.backup >> .zshrc
1065+
grep -E "export (GH_)*BROWSER" ~/.zshrc.backup >> ~/.zshrc
10661066
```
10671067

10681068
Luego, reinicia tu terminal con:

WINDOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ curl $SOURCE > $LOCATION/custom.css
10891089
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:
10901090

10911091
```bash
1092-
grep -E "export (GH_)*BROWSER" .zshrc.backup >> .zshrc
1092+
grep -E "export (GH_)*BROWSER" ~/.zshrc.backup >> ~/.zshrc
10931093
```
10941094

10951095
Then, restart your terminal with:

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