diff --git a/aliases.sh b/aliases.sh index e2cf6c0..0ae3c7d 100644 --- a/aliases.sh +++ b/aliases.sh @@ -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' diff --git a/profile b/profile index 8f73c78..8569d86 100644 --- a/profile +++ b/profile @@ -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