Add .dotnet tools to PATH

When using `dotnet` with installed global tools this enables users to use any installed tools (`dotnet-trace` for instance) without having to manage the PATH.
This commit is contained in:
Christopher Pfohl 2024-08-08 15:36:49 -04:00 committed by GitHub
commit ffc4d6fbb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,7 @@
# This scripts is copied from (MIT License):
# Enable usage of global dotnet tools.
export PATH="$PATH:$HOME/.dotnet/tools/"
# This script is copied from (MIT License):
# https://raw.githubusercontent.com/dotnet/sdk/main/scripts/register-completions.zsh
#compdef dotnet