Add table of contents

This commit is contained in:
Alin Panaitiu 2020-03-08 20:27:24 +02:00
parent 842c03bd84
commit 9f7900ca69
No known key found for this signature in database
GPG Key ID: E3629673D6E15976

View File

@ -4,6 +4,13 @@
A cd command that learns your habits
## Table of contents
- [Installing `zoxide`](#installing-zoxide)
- [Adding `zoxide` to your shell](#adding-zoxide-to-your-shell)
+ [zsh](#zsh)
+ [fish](#fish)
## Introduction
`zoxide` is a new `cd` alternative inspired by [`z`](https://github.com/rupa/z) and [`z.lua`](https://github.com/skywind3000/z.lua). It keeps track of the directories you use most frequently, and uses a ranking algorithm to navigate to the best match.