Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Mention $EDITOR in README (based on #19 (comment))
  • Loading branch information
EivindArvesen authored Mar 17, 2019
1 parent 1712102 commit 1004123
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ alias prm=". path/to/prm.sh"

The technical reason for this is succinctly explained in [this](https://en.wikipedia.org/wiki/Source_(command)) Wikipedia article.

You must set your `$EDITOR` env-var, e.g.

```bash
export EDITOR=nano
```

in your rc-file (like `.bashrc` or `.zshrc`).

## Usage
From the help option screen:

Expand Down

0 comments on commit 1004123

Please sign in to comment.