From: Rich Manalang Date: Thu, 7 Oct 2010 20:34:42 +0000 (-0700) Subject: added alias for opening finder using f X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=c94ccf1a39641ee302336769455a86de7f917dc9;p=common%2Fbash_it.git added alias for opening finder using f --- diff --git a/plugins/osx.plugin.bash b/plugins/osx.plugin.bash index a2ad79b..1dd9266 100644 --- a/plugins/osx.plugin.bash +++ b/plugins/osx.plugin.bash @@ -1,5 +1,7 @@ #!/bin/bash +alias f='open -a Finder ' + function tab() { osascript 2>/dev/null <