From 8164dd780fcd2c0a4afd3a16ee43720edcea7ab1 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 21 Nov 2020 17:30:48 +0000 Subject: [PATCH] Always start Chromium in incognito mode --- roles/home-cli/files/shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 3ca2f03..ea21a31 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -74,6 +74,7 @@ export PAPERSIZE="a4" # Default paper size (GhostScript). # Other exports. export ANSIBLE_NOCOWS=1 +export CHROMIUM_FLAGS="--incognito" export DEBEMAIL="anthony@acperkins.com" export DEBFULLNAME="Anthony Perkins" export EDITOR=vi