mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 12:23:09 +00:00
parent
9a2ac5fcb6
commit
73a5e2bc6b
1 changed files with 3 additions and 0 deletions
|
@ -3,10 +3,13 @@
|
||||||
\subsection dirs-synopsis Synopsis
|
\subsection dirs-synopsis Synopsis
|
||||||
\fish{synopsis}
|
\fish{synopsis}
|
||||||
dirs
|
dirs
|
||||||
|
dirs -c
|
||||||
\endfish
|
\endfish
|
||||||
|
|
||||||
\subsection dirs-description Description
|
\subsection dirs-description Description
|
||||||
|
|
||||||
`dirs` prints the current directory stack, as created by the <a href="#pushd">`pushd`</a> command.
|
`dirs` prints the current directory stack, as created by the <a href="#pushd">`pushd`</a> command.
|
||||||
|
|
||||||
|
With "-c", it clears the directory stack instead.
|
||||||
|
|
||||||
`dirs` does not accept any parameters.
|
`dirs` does not accept any parameters.
|
||||||
|
|
Loading…
Reference in a new issue