From e2c314ae11e10ef07071fb459de1c99133587700 Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 13 Aug 2025 12:47:32 +0200 Subject: [PATCH] fix double comment --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 1488385..be2209c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -22,7 +22,7 @@ fi # 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 Microsoft's bullshit outta here +# export Microsoft's bullshit outta here export DOTNET_CLI_TELEMETRY_OPTOUT=1 export VCPKG_DISABLE_METRICS=1 export VCPKG_ROOT="$XDG_DATA_HOME/vcpkg"