From c94ccf1a39641ee302336769455a86de7f917dc9 Mon Sep 17 00:00:00 2001 From: Rich Manalang Date: Thu, 7 Oct 2010 13:34:42 -0700 Subject: [PATCH] added alias for opening finder using f --- plugins/osx.plugin.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 <