Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro authored Sep 2, 2020
1 parent af66f3a commit 579eef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In addition, you can change the text color for each column by setting the follow

The values go [from 0 to 15](https://github.com/redox-os/termion/blob/189222555ef92a29de366f96d2a067b3a920fc24/src/color.rs#L62-L77).

For example, if you add the following your .bashrc-like file, the comment color will be yellow:
For example, if you add the following to your .bashrc-like file, the comment color will be yellow:
```sh
export NAVI_COMMENT_COLOR=3
```
Expand All @@ -29,7 +29,7 @@ You can change the column widths by setting the following environment variables:

The values go from 0 to 100 and represent the percentage the column will occupy.

For example, if you add the following your .bashrc-like file, the comment column will be very small:
For example, if you add the following to your .bashrc-like file, the comment column will be very small:
```sh
export NAVI_COMMENT_WIDTH=5
```
Expand All @@ -55,4 +55,4 @@ export NAVI_FZF_OVERRIDES_VAR='--height 3'

# if you want to override for all cases
FZF_DEFAULT_OPTS="--height 3" navi
```
```

0 comments on commit 579eef7

Please sign in to comment.