mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-06-08 05:24:06 +00:00
add go modules to path
This commit is contained in:
parent
298c834bba
commit
e65250bdda
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Flutter
|
||||
source $OTHER/env.zsh
|
||||
grep -q 'flutter' <<< $devTools && export PATH="$PATH:$HOME/.development/flutter/bin"
|
||||
grep -q 'go' <<< $devTools && export PATH="$PATH::/usr/local/go/bin"
|
||||
grep -q 'go' <<< $devTools && export PATH="$PATH:/usr/local/go/bin:$(/usr/local/go/bin/go env GOPATH)/bin"
|
||||
|
|
Loading…
Add table
Reference in a new issue