Delete Microsoft tool configurations.

I no longer use vcpkg, and don't intend to for some time.
This commit is contained in:
2026-01-12 14:37:00 +01:00
parent 48fe40403c
commit 7b86a70071

View File

@@ -23,12 +23,6 @@ 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'
# Microsoft bullshit
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export VCPKG_DISABLE_METRICS=1
export VCPKG_ROOT="$XDG_DATA_HOME/vcpkg"
export PATH="$PATH:$VCPKG_ROOT"
# if executing interactively
# execute .bashrc in the current login context
case $- in