CHROME_DEVEL_SANDBOX variable
This commit is contained in:
parent
e191bf548f
commit
872a953bed
21
profile
21
profile
|
@ -1,30 +1,31 @@
|
||||||
[[ "$XDG_CURRENT_DESKTOP" == "KDE" ]] || [[ "$XDG_CURRENT_DESKTOP" == "GNOME" ]] || export QT_QPA_PLATFORMTHEME="qt5ct"
|
|
||||||
|
|
||||||
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=$(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
|
||||||
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
|
# 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
|
# fzf + ag config
|
||||||
export FZF_DEFAULT_COMMAND='ag --nocolor -g ""'
|
export FZF_DEFAULT_COMMAND='ag --nocolor -g ""'
|
||||||
|
|
||||||
#disable suspend and resume
|
#disable suspend and resume
|
||||||
stty -ixon
|
stty -ixon
|
||||||
#
|
|
||||||
|
set xbmap gb
|
||||||
|
|
||||||
# wal
|
# wal
|
||||||
# (cat ~/.cache/wal/sequences &)
|
# (cat ~/.cache/wal/sequences &)
|
||||||
|
|
||||||
# autoenv activate
|
# autoenv activate
|
||||||
# AUTOENV_ENV_FILENAME=.in
|
export AUTOENV_ENV_FILENAME=.in
|
||||||
# AUTOENV_ENV_LEAVE_FILENAME=.out
|
export AUTOENV_ENV_LEAVE_FILENAME=.out
|
||||||
# AUTOENV_ENABLE_LEAVE=1
|
export AUTOENV_ENABLE_LEAVE=1
|
||||||
# source ~/.autoenv/activate.sh
|
source ~/.src/autoenv/activate.sh
|
||||||
|
|
||||||
# custom aliases
|
# custom aliases
|
||||||
[[ -f ~/.config/profile//aliases.sh ]] && . ~/.config/profile/aliases.sh
|
[[ -f ~/.config/profile//aliases.sh ]] && . ~/.config/profile/aliases.sh
|
||||||
|
|
Loading…
Reference in New Issue