add git discovery to profile

This commit is contained in:
shibao 2022-01-31 14:46:40 -05:00
parent fd21b8de5e
commit d3625a1a15
1 changed files with 2 additions and 0 deletions

View File

@ -22,3 +22,5 @@ export MSBuildSDKsPath="/usr/share/dotnet/sdk/`dotnet --version`/Sdks/"
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export PATH="/home/default/.dotnet/tools:$PATH"
# git
export GIT_DISCOVERY_ACROSS_FILESYSTEM=true