From f2ed64bc33ed770767bca5fd5e911cb357c58240 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Sat, 4 Jan 2020 22:28:30 +0800 Subject: [PATCH] Update dotnet env --- conf/zsh/env.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/zsh/env.zsh b/conf/zsh/env.zsh index f37651a..968ce23 100644 --- a/conf/zsh/env.zsh +++ b/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