From c74cf4b5e0c42048be81c1c6ccdd2471e81abbef Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 16 Feb 2014 18:00:47 -0500 Subject: [PATCH] Prefix rarely used osx functions --- modules/osx/README.md | 6 +++--- .../{ls-osx-download-history => osx-ls-download-history} | 0 modules/osx/functions/{rm-osx-cruft => osx-rm-dir-metadata} | 0 .../{rm-osx-download-history => osx-rm-download-history} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename modules/osx/functions/{ls-osx-download-history => osx-ls-download-history} (100%) rename modules/osx/functions/{rm-osx-cruft => osx-rm-dir-metadata} (100%) rename modules/osx/functions/{rm-osx-download-history => osx-rm-download-history} (100%) 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