mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
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:
parent
fccaaf2fc6
commit
ffc4d6fbb2
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue