From b02f9d7dbe677571a3a0b4ffe2e22e1b6eb1ea56 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 12 Jun 2012 15:13:59 -0400 Subject: [PATCH] Correct functions list indentation in osx README --- modules/osx/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/osx/README.md b/modules/osx/README.md index ff09695..7a53d94 100644 --- a/modules/osx/README.md +++ b/modules/osx/README.md @@ -15,12 +15,12 @@ Aliases Functions --------- -- `manb` opens _man_ pages in [_Bwana.app_][2]. -- `manp` opens _man_ pages in _Preview.app_. -- `pfd` prints the current _Finder_ directory. -- `pfs` prints the current _Finder_ selection. -- `tab` creates a new tab (works in both _Terminal_ and [_iTerm_][3]). -- `trash` moves files and folders to _Trash_. + - `manb` opens _man_ pages in [_Bwana.app_][2]. + - `manp` opens _man_ pages in _Preview.app_. + - `pfd` prints the current _Finder_ directory. + - `pfs` prints the current _Finder_ selection. + - `tab` creates a new tab (works in both _Terminal_ and [_iTerm_][3]). + - `trash` moves files and folders to _Trash_. Authors -------