commit | c09b6896769af2f53e2bd68d36346bc2068488fe | [log] [tgz] |
---|---|---|
author | Travis Swicegood <travis@domain51.com> | 周二 12月 17 08:22:36 2013 -0800 |
committer | Travis Swicegood <travis@domain51.com> | 周二 12月 17 08:22:36 2013 -0800 |
tree | 5f2252327e75aa6c3cf6b3c409502e037fe31cda | |
parent | 199f5ca4c3e21a17252c42c0c02ba6530e23bb34 [diff] | |
parent | 964850d6da50b2f776d28858a496581993224327 [diff] |
Merge pull request #250 from nwinkler/osx-tab Open new OS X tab change: Ignore command in history
diff --git a/plugins/available/osx.plugin.bash b/plugins/available/osx.plugin.bash index fde9c83..5b605ce 100644 --- a/plugins/available/osx.plugin.bash +++ b/plugins/available/osx.plugin.bash
@@ -11,7 +11,7 @@ end tell application "Terminal" activate - do script with command "cd \"$PWD\"; $*" in window 1 + do script with command " cd \"$PWD\"; $*" in window 1 end tell EOF }