1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 01:39:25 +00:00

Improve diction in documentation

This commit is contained in:
Sorin Ionescu
2012-06-02 17:17:12 -04:00
parent c28c5edd21
commit b2b90c22f8
12 changed files with 85 additions and 82 deletions

View File

@ -1,7 +1,7 @@
Utility
=======
Defines additional utilities functions.
Defines additional utility functions.
Aliases
-------
@ -16,7 +16,7 @@ Functions
- `cdls` changes to a directory and lists its contents.
- `pushdls` pushes an entry onto the directory stack and lists its contents.
- `popdls` pops an entry off the directory stack and lists its contents.
- `slit` prints columns 1 2 3 ... n.
- `slit` prints columns 1, 2, 3 ... n.
- `find-exec` finds files and executes a command on them.
Authors