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