From f1179bd94c651a06b9307b4cc2a9b8e6e349c24d Mon Sep 17 00:00:00 2001 From: Carter Tazio Schonwald Date: Tue, 16 Aug 2011 20:48:24 -0400 Subject: [PATCH] fixed ntabness --- plugins/osx/osx.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index b03e1f637..37214eb48 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -34,7 +34,7 @@ if [[ $TERM_PROGRAM != iTerm.app ]]; then end tell application \"Terminal\" activate - do script with command \"cd \\\"$ThisDirectory\\\"\" in window 1 + do script with command \"cd \\\"$PWD\\\";cd \\\"$ThisDirectory\\\"\" in window 1 end tell" return 1 else