From 708245439c737fb9d987d6c39865816235326d83 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 23 May 2016 19:33:14 -0400 Subject: [PATCH] Readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cfd3b9..399d9ce 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ A sane default firefox profile NAME=$RANDOM git clone https://austenwares.com/gogs/stonewareslord/firefox-link ~"/Library/Application Support/Firefox/Profiles/$NAME" printf "\n[Profile$((1+$(cat ~"/Library/Application Support/Firefox/profiles.ini" | ag '\[Profile\d+\]' | tail -n1 | sed -e 's/\[Profile//' -e 's/\]//')))]\nName=firefox-link\nIsRelative=1\nPath=Profiles/$NAME">>~"/Library/Application Support/Firefox/profiles.ini" -'/Applications/Firefox.app/Contents/MacOS/firefox -p' +'/Applications/Firefox.app/Contents/MacOS/firefox' -p ```