fixing typo in blank-chrome alias

This commit is contained in:
Andrew Davidson 2019-09-25 21:09:16 -04:00
parent 092fb05844
commit f4550822b5
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -24,7 +24,7 @@ function blank-chrome {
URL="https://duckduckgo.com"
fi
TMPDIR=`mktemp -d /tmp/chrome-XXXXX`
if [ IS_MAC ]; then
if [ $IS_MAC ]; then
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=$TMPDIR --no-first-run --no-make-default-browser "$URL"
else
google-chrome --user-data-dir=$TMPDIR --no-first-run --no-make-default-browser "$URL"