mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
Add 'go' in env/path.zsh
This commit is contained in:
parent
193b4850ed
commit
298c834bba
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
# Set Devs Tools
|
# Set Devs Tools
|
||||||
# [] = {flutter}
|
# [] = {flutter, go}
|
||||||
export devTools=""
|
export devTools=""
|
|
@ -1,3 +1,4 @@
|
||||||
# Flutter
|
# Flutter
|
||||||
source $OTHER/env.zsh
|
source $OTHER/env.zsh
|
||||||
grep -q 'flutter' <<< $devTools && export PATH="$PATH:$HOME/.development/flutter/bin"
|
grep -q 'flutter' <<< $devTools && export PATH="$PATH:$HOME/.development/flutter/bin"
|
||||||
|
grep -q 'go' <<< $devTools && export PATH="$PATH::/usr/local/go/bin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue