This commit is contained in:
ray 2019-08-04 11:32:54 +01:00
parent 9e79ad90bf
commit 8d65b62677
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
export EDITOR=/usr/bin/vim export EDITOR=/usr/bin/vim
export BROWSER=/usr/bin/qutebrowser export BROWSER=/usr/bin/qutebrowser
# export PATH=~/.npm-global/bin:$PATH export PATH=~/.npm-global/bin:$PATH
# export PATH=/home/ray/.bin:/home/ray/.local/bin:/home/ray/.config/composer/vendor/bin:$PATH
ruby_path=$(ruby -r rubygems -e "puts Gem.user_dir") ruby_path=$(ruby -r rubygems -e "puts Gem.user_dir")
export PATH=$ruby_path/bin:$PATH export PATH=$ruby_path/bin:$PATH
export PATH=~/.bin:~/.bin/bin:~/.local/bin:$PATH export PATH=~/.bin:~/.bin/bin:~/.local/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 # https://developers.google.com/web/tools/puppeteer/troubleshooting
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox