Skip to content

Commit c1a7446

Browse files
Minor changes
1 parent e437548 commit c1a7446

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ To enable it (this can also be done from `.bashrc`):
6969
$ . cd-encfs # does nothing unless you have encfs
7070
$ . cd-dev # enables automounting for /dev/ entries
7171
$ . cd-loop # enables mounting for loopback files
72+
$ . cd-missing-mkdir # mkdir -p if you cd someplace nonexistent
7273

7374
Alternatively:
7475

@@ -92,9 +93,7 @@ any existing redefinitions. This script, on the other hand, preserves RVM's
9293
Some of `cd`'s extensions store state and/or create temporary mountpoints in
9394
`~/.cd`, which it automatically creates.
9495

95-
## Experimental extensions
96-
97-
### Create missing directories
96+
## `mkdir` functionality
9897

9998
$ . cd-missing-mkdir
10099

0 commit comments

Comments
 (0)