Minor README update (#103)

This commit is contained in:
Denis Isidoro 2019-10-02 12:13:42 -03:00 committed by GitHub
parent 4627b5db0b
commit 56da729965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,13 @@ An interactive cheatsheet tool for the command-line so that you'll never say the
**navi** allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands, prompting for argument values.
Table of Contents
Table of contents
-----------------
* [Installation](#installation)
* [Using Homebrew or Linuxbrew](#using-homebrew-or-linuxbrew)
* [Using git](#using-git)
* [Using oh-my-zsh](#using-oh-my-zsh)
* [Upgrading](#upgrading)
* [Usage](#usage)
* [Preventing execution](#preventing-execution)
@ -58,7 +59,6 @@ sudo make install
# install fzf: https://github.com/junegunn/fzf
```
### Using oh-my-zsh
Make sure that your oh-my-zsh `$ZSH_CUSTOM` directory is configured, then clone navi into the plugins directory.
@ -228,7 +228,7 @@ $ image_id: docker images --- --column 3 --headers 1
List customization
------------------
Lists can be stylized with the [FZF_DEFAULT_OPTS](https://github.com/junegunn/fzf) environment variable. This way, you can change the [color scheme](https://github.com/junegunn/fzf/wiki/Color-schemes), for example.
Lists can be stylized with the [$FZF_DEFAULT_OPTS](https://github.com/junegunn/fzf) environment variable. This way, you can change the [color scheme](https://github.com/junegunn/fzf/wiki/Color-schemes), for example.
Related projects
----------------