From ad07745bc94cf3eb0c7fcb9bcff820028c7787fb Mon Sep 17 00:00:00 2001 From: David O'Trakoun Date: Thu, 29 Aug 2024 09:31:49 -0400 Subject: [PATCH] dotnet path --- shell/path.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/path.sh b/shell/path.sh index 13de1fdb..9b2411f6 100644 --- a/shell/path.sh +++ b/shell/path.sh @@ -39,6 +39,9 @@ PATH="$DKO_SYSTEM_PATH" # composer; COMPOSER_HOME is in shell/vars.sh PATH="${COMPOSER_HOME}/vendor/bin:${PATH}" +# dotnet .NET Core SDK tools (e.g. for csharp_ls) +PATH="${HOME}/.dotnet/tools:${PATH}" + # luarocks per-user rock tree (may be overridden by os-*.sh config) PATH="${HOME}/.luarocks/bin:${PATH}"