mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
Convert \\subsection sections into rst format
This commit is contained in:
@@ -7,7 +7,8 @@ Synopsis
|
||||
pushd [DIRECTORY]
|
||||
|
||||
|
||||
\subsection pushd-description Description
|
||||
Description
|
||||
------------
|
||||
|
||||
The `pushd` function adds `DIRECTORY` to the top of the directory stack and makes it the current working directory. <a href="#popd">`popd`</a> will pop it off and return to the original directory.
|
||||
|
||||
@@ -21,7 +22,8 @@ See also `dirs` and `dirs -c`.
|
||||
|
||||
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 pushd-example Example
|
||||
Example
|
||||
------------
|
||||
|
||||
\fish
|
||||
pushd /usr/src
|
||||
|
||||
Reference in New Issue
Block a user