aboutsummaryrefslogtreecommitdiff
path: root/chromium-profile
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-profile')
-rwxr-xr-xchromium-profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium-profile b/chromium-profile
index c815a0e..5587825 100755
--- a/chromium-profile
+++ b/chromium-profile
@@ -10,9 +10,9 @@ if [ -z "$1" ]; then
fi
if which chromium 2> /dev/null; then
- BASE="~/.config/chromium-profiles"
+ BASE="$HOME/.config/chromium-profiles"
PROFILE="$BASE/$1"
- mkdir -p $PROFILE
+ mkdir -p "$PROFILE"
shift
CHROMIUM_FLAGS="$CHROMIUM_FLAGS --enable-remote-extensions" chromium --user-data-dir="$PROFILE" $*