From 56da7299659d9ea45e3076c001016cf81b997a6a Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Wed, 2 Oct 2019 12:13:42 -0300 Subject: [PATCH] Minor README update (#103) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be2c3c7..7522ec1 100644 --- a/README.md +++ b/README.md @@ -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 ----------------