mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-16 11:57:23 +00:00
Setup elixir-ls; fix scripts path entry
This commit is contained in:
parent
1e910e679a
commit
08972599ba
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue