File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ alias notify-fail='(notify-send -i $BASH_CONFIG_DIR/icons/red.png "FAIL"; paplay
91
91
alias notify-ok='(notify-send -i $BASH_CONFIG_DIR/icons/green.png "OK"; paplay /usr/share/sounds/ubuntu/stereo/message.ogg; exit 0)'
92
92
alias notify='test $? -eq 0 && notify-ok || notify-fail'
93
93
alias p="pushd +1"
94
- alias r2='if [ -e out2/Release/chrome ]; then out2/Release/chrome --enable-experimental-web-platform-features ; else out2/Release/Chromium.app/Contents/MacOS/Chromium; fi'
94
+ alias r2='if [ -e out2/Release/chrome ]; then out2/Release/chrome `run-flags` ; else out2/Release/Chromium.app/Contents/MacOS/Chromium; fi'
95
95
alias ra='adb_chrome_public_command_line `android-command-line-flags` && build/android/adb_run_chrome_public'
96
96
alias racontent-shell='adb_content_shell_command_line `android-command-line-flags` && build/android/adb_run_content_shell'
97
97
alias rd2='if [ -e out2/Debug/chrome ]; then out2/Debug/chrome `run-flags`; else out2/Debug/Chromium.app/Contents/MacOS/Chromium; fi'
98
98
alias rd='if [ -e out/Debug/chrome ]; then out/Debug/chrome `run-flags`; else out/Debug/Chromium.app/Contents/MacOS/Chromium; fi'
99
99
alias r='if [ -e out/Release/chrome ]; then out/Release/chrome `run-flags`; else out/Release/Chromium.app/Contents/MacOS/Chromium; fi'
100
- alias run-flags='echo --enable-experimental-web-platform-features --enable-web-bluetooth'
100
+ alias run-flags='echo --enable-experimental-web-platform-features --enable-web-bluetooth --vmodule=*bluetooth*=7 '
101
101
alias st='/opt/sublime_text/sublime_text'
102
102
alias vsmulti='while read x; do vs $x; done'
103
103
alias www-permissions='~/scheib/www/permisions.sh'
You can’t perform that action at this time.
0 commit comments