Add dotnet tools to the path

This commit is contained in:
MaksimZhukov
2020-02-10 20:29:17 +03:00
parent 9d8515794c
commit 678ea3c2b5
2 changed files with 2 additions and 2 deletions

View File

@@ -88,4 +88,4 @@ done
# NuGetFallbackFolder at /usr/share/dotnet/sdk/NuGetFallbackFolder is warmed up by smoke test
# Additional FTE will just copy to ~/.dotnet/NuGet which provides no benefit on a fungible machine
echo "DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1" | tee -a /etc/environment
echo "PATH=\"\$HOME/.dotnet/tools:\$PATH\"" | tee -a /etc/skel/.profile
echo 'export PATH="${PATH}:~/.dotnet/tools"' | tee -a /etc/skel/.bashrc