removed trailing "; " of default $command.

If it is there, iterm puts the command there, but does not execute it
This commit is contained in:
David Q 2014-09-05 14:24:04 -04:00
commit 7304dfd504

View file

@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------
function tab() {
local command="cd \\\"$PWD\\\"; clear; "
local command="cd \\\"$PWD\\\"; clear"
(( $# > 0 )) && command="${command}; $*"
the_app=$(