mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
We no longer have two doc systems, move sphinx_doc_src back to doc_src
This commit is contained in:
20
doc_src/cmds/dirh.rst
Normal file
20
doc_src/cmds/dirh.rst
Normal file
@@ -0,0 +1,20 @@
|
||||
.. _cmd-dirh:
|
||||
|
||||
dirh - print directory history
|
||||
==============================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
::
|
||||
|
||||
dirh
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
``dirh`` prints the current directory history. The current position in the history is highlighted using the color defined in the ``fish_color_history_current`` environment variable.
|
||||
|
||||
``dirh`` does not accept any parameters.
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user