From a7b2b2d37100450cb6c663025188a7d8c16c4596 Mon Sep 17 00:00:00 2001 From: Gary Holtz Date: Wed, 5 Dec 2012 15:27:14 -0600 Subject: [PATCH] Adding Path Finder alternatives for the pfd and pfs commands in the OSX plugin. 'ppfd' and 'ppfs' should work the same way as 'pfd' and 'pfs', but with Path Finder-y goodness! --- plugins/osx/osx.plugin.zsh | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index 682bb2667..7ffef3d96 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -64,6 +64,40 @@ function pfs() { EOF } +function ppfd() { + osascript 2>/dev/null </dev/null <