mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Document appending /
feature.
This commit is contained in:
parent
fab7299d49
commit
553eb6ed40
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ If \c DIRECTORY is a relative path, the paths found in the
|
|||
path.
|
||||
|
||||
Note that the shell will attempt to change directory without requiring \c cd
|
||||
if the name of a directory is provided (starting with '.', '/' or '~').
|
||||
if the name of a directory is provided (starting with '.', '/' or '~', or ending
|
||||
with '/').
|
||||
|
||||
\subsection cd-example Examples
|
||||
|
||||
|
|
Loading…
Reference in a new issue