update
This commit is contained in:
parent
22c9f6240e
commit
8ea2c2bf12
|
@ -2,6 +2,8 @@
|
||||||
# TOOD check this is safe
|
# TOOD check this is safe
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
|
|
||||||
|
alias e='nvim'
|
||||||
|
|
||||||
alias lsoff='sudo lsof +f -- '
|
alias lsoff='sudo lsof +f -- '
|
||||||
|
|
||||||
alias la='ls -lha --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
|
alias la='ls -lha --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
|
||||||
|
|
2
profile
2
profile
|
@ -18,7 +18,7 @@ if command -v yarn ; then
|
||||||
}
|
}
|
||||||
fi &> /dev/null
|
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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue