mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 08:16:51 +00:00
feat:dotnet
This commit is contained in:
parent
93f0bb80c4
commit
8ddd5b3ca5
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Set Devs Tools
|
||||
# [] = {flutter, go}
|
||||
# [] = {flutter, go, dotnet}
|
||||
export devTools=""
|
||||
#Uncomment if u want this env:
|
||||
# export GOPATH = ""
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Flutter
|
||||
source $OTHER/env.zsh
|
||||
grep -q 'flutter' <<< $devTools && export PATH="$PATH:$HOME/.development/flutter/bin"
|
||||
grep -q 'dotnet' <<< $devTools && export PATH="$PATH:$HOME/.dotnet"
|
||||
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