From: Silvio Rhatto Date: Sun, 24 Sep 2017 16:32:04 +0000 (-0300) Subject: Zsh compat X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7ae0bc50e58637f591faeffce4aafc20b2d881b5;p=utils-x11.git Zsh compat --- 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" $*