mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
7ddecde543
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz
9 lines
316 B
Text
9 lines
316 B
Text
\section pushd pushd
|
|
|
|
\subsection pushd-synopsis Synopsis
|
|
<tt>pushd [DIRECTORY]</tt>
|
|
|
|
\subsection pushd-description Description
|
|
The <tt>pushd</tt> function adds DIRECTORY to the top of the directory stack
|
|
and makes it the current directory. Use <tt>popd</tt> to pop it off and and
|
|
return to the original directory.
|