mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 11:31:15 -03:00
Make line length, wrapping and spacing consistent
This commit is contained in:
@@ -6,9 +6,9 @@ pushd [DIRECTORY]
|
||||
\endfish
|
||||
|
||||
\subsection pushd-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.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
\subsection pushd-example Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user