From 582e84412c3cd3c479bfc22175ee828cfd667095 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 9 Mar 2019 11:09:32 -0300 Subject: Support for private window at firefox-profile --- firefox-profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firefox-profile b/firefox-profile index a5dc545..f7cee61 100755 --- a/firefox-profile +++ b/firefox-profile @@ -14,9 +14,9 @@ if ! which firefox &> /dev/null; then fi # Dispatch -#if [ ! -z "$1" ] && [ "$1" == "private" ]; then -# firefox -private -if [ ! -z "$1" ]; then +if [ ! -z "$1" ] && [ "$1" == "private" ]; then + firefox -private-window +elif [ ! -z "$1" ]; then if [ ! -d "$PROFILES/$1" ]; then firefox -CreateProfile "$1 $PROFILES/$1" -- cgit v1.2.3