diff options
Diffstat (limited to 'plugins/osx.plugin.zsh')
-rw-r--r-- | plugins/osx.plugin.zsh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/osx.plugin.zsh b/plugins/osx.plugin.zsh deleted file mode 100644 index fce88c796..000000000 --- a/plugins/osx.plugin.zsh +++ /dev/null @@ -1,11 +0,0 @@ -function tab() { - osascript 2>/dev/null <<EOF - tell application "System Events" - tell process "Terminal" to keystroke "t" using command down - end - tell application "Terminal" - activate - do script with command "cd \"$PWD\"; $*" in window 1 - end tell -EOF -}
\ No newline at end of file |