mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
cf9b8fa3fa
This allows us to use :ref: references, which don't require hardcoding it as html [ci skip]
19 lines
523 B
ReStructuredText
19 lines
523 B
ReStructuredText
.. _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.
|