Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Nov 20, 2021
1 parent 6d290f8 commit ff846dc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ Proxy environment settings can be configured inside the following files:

Only the value of the corresponding environment variable must be stored in the files.

## Enable / Disable proxy environment settings by default

The proxy environment settings are disabled by default.

To enable proxy environment settings with every new shell, the corresponding function must be called within the `~/.zshrc` configuration file.

```bash
...
plugins=(proxy)
...
proxy
```

## Usage

### Enable proxy environment settings
Expand Down

0 comments on commit ff846dc

Please sign in to comment.