This commit is contained in:
Ray Elliott 2020-09-03 15:44:50 +01:00
parent 22c9f6240e
commit 8ea2c2bf12
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
# TOOD check this is safe
alias sudo='sudo '
alias e='nvim'
alias lsoff='sudo lsof +f -- '
alias la='ls -lha --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'

View File

@ -18,7 +18,7 @@ if command -v yarn ; then
}
fi &> /dev/null
export PATH="$HOME/.bin:$HOME/.local/bin:$yarn_path:$ruby_path:$PATH"
export PATH="$PATH:$HOME/.local/bin:$yarn_path:$ruby_path"
# https://developers.google.com/web/tools/puppeteer/troubleshooting
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox