Delete Microsoft tool configurations.
I no longer use vcpkg, and don't intend to for some time.
This commit is contained in:
6
.profile
6
.profile
@@ -23,12 +23,6 @@ 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'
|
||||||
|
|
||||||
# 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
|
# if executing interactively
|
||||||
# execute .bashrc in the current login context
|
# execute .bashrc in the current login context
|
||||||
case $- in
|
case $- in
|
||||||
|
|||||||
Reference in New Issue
Block a user