From 872a953bed92c8d391ffbc4308e75b9f09de52d4 Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 22 May 2019 14:43:26 +0100 Subject: [PATCH] CHROME_DEVEL_SANDBOX variable --- profile | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/profile b/profile index 4b72012..43f412d 100644 --- a/profile +++ b/profile @@ -1,30 +1,31 @@ -[[ "$XDG_CURRENT_DESKTOP" == "KDE" ]] || [[ "$XDG_CURRENT_DESKTOP" == "GNOME" ]] || export QT_QPA_PLATFORMTHEME="qt5ct" - export EDITOR=/usr/bin/vim export BROWSER=/usr/bin/qutebrowser # 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 -export PATH=~/.bin:$PATH[ +ruby_path=$(ruby -r rubygems -e "puts Gem.user_dir") +export PATH=$ruby_path/bin:$PATH +export PATH=~/.bin:~/.bin/bin:$PATH # https://developers.google.com/web/tools/puppeteer/troubleshooting -export CHROME_DEVEL_SANDBOX=/usr/local/sbin/chrome-devel-sandbox +export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox # fzf + ag config export FZF_DEFAULT_COMMAND='ag --nocolor -g ""' #disable suspend and resume stty -ixon -# + +set xbmap gb + # wal # (cat ~/.cache/wal/sequences &) # autoenv activate -# AUTOENV_ENV_FILENAME=.in -# AUTOENV_ENV_LEAVE_FILENAME=.out -# AUTOENV_ENABLE_LEAVE=1 -# source ~/.autoenv/activate.sh +export AUTOENV_ENV_FILENAME=.in +export AUTOENV_ENV_LEAVE_FILENAME=.out +export AUTOENV_ENABLE_LEAVE=1 +source ~/.src/autoenv/activate.sh # custom aliases [[ -f ~/.config/profile//aliases.sh ]] && . ~/.config/profile/aliases.sh