mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 18:30:20 +08:00
10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
|
\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.
|