Last active
October 29, 2021 10:09
-
-
Save dhbradshaw/13d0ea29e4a4cea1b74c9903ed24d957 to your computer and use it in GitHub Desktop.
Revisions
-
dhbradshaw revised this gist
Oct 29, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ export PATH="$PATH:/Users/doug/projects/flutter/bin" # Point to your downloaded flutter executable # export CHROME_EXECUTABLE=/Applications/Brave\ Browser.app/Contents/MacOS/Brave\ Browser # Point to your chromium executable -
dhbradshaw created this gist
Oct 28, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ export PATH="$PATH:/Users/doug/projects/flutter/bin" # Point to your downloaded flutter executable export CHROME_EXECUTABLE=/Applications/Brave\ Browser.app/Contents/MacOS/Brave\ Browser # Point to your chromium executable