Prefix rarely used osx functions

This commit is contained in:
Sorin Ionescu 2014-02-16 18:00:47 -05:00
parent 72782528aa
commit c74cf4b5e0
4 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ Functions
- `pfs` prints the current _Finder_ selection.
- `tab` creates a new tab (works in both _Terminal_ and [_iTerm_][3]).
- `ql` previews files in Quick Look.
- `rm-osx-cruft` deletes .DS\_Store, \_\_MACOSX cruft.
- `ls-osx-download-history` displays the Mac OS X download history.
- `rm-osx-download-history` deletes the Mac OS X download history.
- `osx-rm-dir-metadata` deletes .DS\_Store, \_\_MACOSX cruft.
- `osx-ls-download-history` displays the Mac OS X download history.
- `osx-rm-download-history` deletes the Mac OS X download history.
Authors
-------