Document cd -

Fixes #1946
This commit is contained in:
Fabian Homborg 2015-09-20 15:25:13 +02:00
parent 054fb22854
commit 10a60b6ec2

View file

@ -14,6 +14,7 @@ If `DIRECTORY` is a relative path, the paths found in the `CDPATH` environment v
Note that the shell will attempt to change directory without requiring `cd` if the name of a directory is provided (starting with `.`, `/` or `~`, or ending with `/`).
Fish also ships a wrapper function around `cd` that understands `cd -` as changing to the previous directory. See <a href="commands.html#prevd">`prevd`</a>.
\subsection cd-example Examples