Setup elixir-ls; fix scripts path entry

This commit is contained in:
Mitchell Simon 2019-09-07 16:10:09 -04:00
parent 1e910e679a
commit 08972599ba
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@ set -gx GOPATH $HOME/Documents/go
set -gx GOBIN $GOPATH/bin
set -gx PATH $PATH $GOBIN \
$HOME/.pub-cache/bin \
$HOME/Documents/bash_scripts \
$HOME/Documents/scripts \
$HOME/Documents/flutter/bin \
$HOME/.cargo/bin