diff options
Diffstat (limited to 'chromium-profile')
-rwxr-xr-x | chromium-profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium-profile b/chromium-profile index c7fb573..513e615 100755 --- a/chromium-profile +++ b/chromium-profile @@ -10,6 +10,7 @@ if [ -z "$1" ]; then fi PROFILE="~/.config/chromium-profiles/$1" +shift if which chromium 2> /dev/null; then CHROMIUM_FLAGS="$CHROMIUM_FLAGS --enable-remote-extensions" chromium --user-data-dir="$PROFILE" $* |