1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 08:16:51 +00:00

feat:dotnet

This commit is contained in:
mlunax 2020-08-03 18:23:48 +02:00
parent 93f0bb80c4
commit 8ddd5b3ca5
No known key found for this signature in database
GPG key ID: 364432466E2171B9
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# Set Devs Tools
# [] = {flutter, go}
# [] = {flutter, go, dotnet}
export devTools=""
#Uncomment if u want this env:
# export GOPATH = ""

View file

@ -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"