implement cdh command

Fixes #2847
This commit is contained in:
Kurtis Rader
2017-07-04 22:30:10 -07:00
parent 6b92f830ff
commit 8cc4639ea6
9 changed files with 139 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ If the `-l` or `--list` flag is specified, the current directory history is also
Note that the `cd` command limits directory history to the 25 most recently visited directories. The history is stored in the `$dirprev` and `$dirnext` variables which this command manipulates.
You may be interested in the <a href="commands.html#cdh">`cdh`</a> command which provides a more intuitive way to navigate to recently visited directories.
\subsection nextd-example Example
\fish