From 7ae0bc50e58637f591faeffce4aafc20b2d881b5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 24 Sep 2017 13:32:04 -0300 Subject: Zsh compat --- chromium-profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chromium-profile') 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" $* -- cgit v1.2.3