aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchromium-profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium-profile b/chromium-profile
index a6779e0..ca8cd20 100755
--- a/chromium-profile
+++ b/chromium-profile
@@ -39,5 +39,6 @@ if which chromium &> /dev/null; then
shift
- CHROMIUM_FLAGS="$CHROMIUM_FLAGS --site-per-process --enable-remote-extensions" chromium --user-data-dir="$PROFILE" $*
+ #CHROMIUM_FLAGS="$CHROMIUM_FLAGS --site-per-process --enable-remote-extensions" chromium --user-data-dir="$PROFILE" $*
+ CHROME_CONFIG_HOME="$PROFILE" CHROMIUM_FLAGS="$CHROMIUM_FLAGS --site-per-process --enable-remote-extensions" chromium $*
fi