added CHROME_DEVEL_SANDBOX environment variable
This commit is contained in:
parent
a753a8d13f
commit
31a8b5f0f6
2
profile
2
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 ""'
|
||||
|
|
Loading…
Reference in New Issue