Skip to content

Commit

Permalink
docs: change regex to wildcard to support more shell interpreters
Browse files Browse the repository at this point in the history
  • Loading branch information
oyo committed Nov 13, 2024
1 parent 871ed5f commit 18efa54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/localdev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ $ cntlm

Locate and edit the settings file for your shell to set env vars
```bash
$ vi ~/.(ba|z)shrc
$ vi ~/.*shrc
```

```
Expand All @@ -224,7 +224,7 @@ export no_proxy=localhost,127.0.0.1,192.168.49.2,.tx.test,.other.domains

Save and apply your settings and test internet access
```
$ source ~/.(ba|z)shrc
$ source ~/.*shrc
$ curl https://github.com/ -Is | grep server
server: GitHub.com
```
Expand Down

0 comments on commit 18efa54

Please sign in to comment.