added CHROME_DEVEL_SANDBOX environment variable

This commit is contained in:
ManjaroOne666 2019-04-15 00:06:32 +01:00
parent a753a8d13f
commit 31a8b5f0f6
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ export PATH=~/.npm-global/bin:$PATH
export PATH=$(ruby -r rubygems -e "puts Gem.user_dir")/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 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 # fzf + ag config
export FZF_DEFAULT_COMMAND='ag --nocolor -g ""' export FZF_DEFAULT_COMMAND='ag --nocolor -g ""'