From 7304dfd504e09f1bc757ce5440a35c62a0e9299d Mon Sep 17 00:00:00 2001 From: David Q Date: Fri, 5 Sep 2014 14:24:04 -0400 Subject: [PATCH] removed trailing "; " of default $command. If it is there, iterm puts the command there, but does not execute it --- 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 a63f0ee05..dddadd4d9 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ function tab() { - local command="cd \\\"$PWD\\\"; clear; " + local command="cd \\\"$PWD\\\"; clear" (( $# > 0 )) && command="${command}; $*" the_app=$(