diff --git a/modules/osx/README.md b/modules/osx/README.md index ee74ce99..d8eff0ff 100644 --- a/modules/osx/README.md +++ b/modules/osx/README.md @@ -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 ------- diff --git a/modules/osx/functions/ls-osx-download-history b/modules/osx/functions/osx-ls-download-history similarity index 100% rename from modules/osx/functions/ls-osx-download-history rename to modules/osx/functions/osx-ls-download-history diff --git a/modules/osx/functions/rm-osx-cruft b/modules/osx/functions/osx-rm-dir-metadata similarity index 100% rename from modules/osx/functions/rm-osx-cruft rename to modules/osx/functions/osx-rm-dir-metadata diff --git a/modules/osx/functions/rm-osx-download-history b/modules/osx/functions/osx-rm-download-history similarity index 100% rename from modules/osx/functions/rm-osx-download-history rename to modules/osx/functions/osx-rm-download-history