Skip to content

Commit

Permalink
dotnet path
Browse files Browse the repository at this point in the history
  • Loading branch information
dotrakoun-clearstreet committed Aug 29, 2024
1 parent 402f6e0 commit ad07745
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shell/path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit ad07745

Please sign in to comment.