mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 08:16:51 +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
|
||||
# [] = {flutter}
|
||||
export devTools=""
|
||||
# [] = {flutter, go}
|
||||
export devTools=""
|
||||
|
|
|
@ -1,3 +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"
|
||||
|
|
Loading…
Add table
Reference in a new issue