From 31a8b5f0f65b412d61eb1cd28d79ad929dda6928 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 15 Apr 2019 00:06:32 +0100 Subject: [PATCH] added CHROME_DEVEL_SANDBOX environment variable --- profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile b/profile index 2851f6c..48635cb 100644 --- a/profile +++ b/profile @@ -7,6 +7,8 @@ export PATH=~/.npm-global/bin:$PATH export PATH=$(ruby -r rubygems -e "puts Gem.user_dir")/bin:$PATH export PATH=/home/ray/.bin:/home/ray/.local/bin:/home/ray/.config/composer/vendor/bin:$PATH +# https://developers.google.com/web/tools/puppeteer/troubleshooting +export CHROME_DEVEL_SANDBOX=/usr/local/sbin/chrome-devel-sandbox # fzf + ag config export FZF_DEFAULT_COMMAND='ag --nocolor -g ""'