Merge pull request #570 from kitematic/fix-terminal-clear

Fix bug where open terminal commands would not clear
This commit is contained in:
Jeffrey Morgan 2015-05-31 18:04:56 -07:00
commit 71985eaf0f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PATH=$DIR:$PATH
CMD="export PATH='$PATH' clear && $*"
CMD="export PATH='$PATH' && clear && $*"
ITERM_EXISTS=`osascript <<EOF
set doesExist to false