fix double comment

This commit is contained in:
2025-08-13 12:47:32 +02:00
parent caef66b501
commit 9f076891a5

View File

@@ -22,7 +22,7 @@ fi
# coloured GCC warnings and errors # coloured GCC warnings and errors
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
# # export Microsoft's bullshit outta here # export Microsoft's bullshit outta here
export DOTNET_CLI_TELEMETRY_OPTOUT=1 export DOTNET_CLI_TELEMETRY_OPTOUT=1
export VCPKG_DISABLE_METRICS=1 export VCPKG_DISABLE_METRICS=1
export VCPKG_ROOT="$XDG_DATA_HOME/vcpkg" export VCPKG_ROOT="$XDG_DATA_HOME/vcpkg"