mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Document appending /
feature.
This commit is contained in:
parent
460bfc6853
commit
8edb53e902
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