fixing typo in blank-chrome alias
This commit is contained in:
parent
092fb05844
commit
f4550822b5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue