Browse Source

Update dotnet env

pull/4/head
Ein Verne 5 years ago
parent
commit
f2ed64bc33
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 4
      conf/zsh/env.zsh

4
conf/zsh/env.zsh

@ -102,3 +102,7 @@ if [[ -d /usr/local/go ]]; then
export GOROOT="/usr/local/go"
fi
if [[ -d $HOME/dotnet ]]; then
export DOTNET_ROOT=$HOME/dotnet
export PATH=$PATH:$DOTNET_ROOT
fi

Loading…
Cancel
Save