mirror of https://github.com/docker/docs.git
Merge pull request #570 from kitematic/fix-terminal-clear
Fix bug where open terminal commands would not clear
This commit is contained in:
commit
71985eaf0f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue