From 1680c0943b6a88f504ed0af0626072d4754c8898 Mon Sep 17 00:00:00 2001 From: Carter Tazio Schonwald Date: Sun, 17 Apr 2011 21:41:46 -0400 Subject: [PATCH] modified ntabs to work with both iterm and term! has the correct no arg and arg behavior for both -Carter --- plugins/osx/osx.plugin.zsh | 63 ++++++++++++++++++++++---------------- 1 file changed, 37 insertions(+), 26 deletions(-) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index d75dbff7d..6700c0010 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -1,9 +1,6 @@ -function savepath() { - pwd > ~/.current_path~ -} + function tab() { -savepath osascript >/dev/null <