2020-11-10 16:35:06 +00:00
|
|
|
# General goodness
|
|
|
|
export LANG="en_US.UTF-8"
|
|
|
|
export LC_ALL="en_US.UTF-8"
|
|
|
|
|
2021-02-08 21:20:24 +00:00
|
|
|
# Allow dash shell to pick up .commonrc (and aliases)
|
|
|
|
export ENV="$HOME/.profile"
|
|
|
|
|
2020-11-10 16:35:06 +00:00
|
|
|
# QT5
|
|
|
|
export QT_STYLE_OVERRIDE="Adwaita-Dark"
|
|
|
|
|
|
|
|
# .NET
|
|
|
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1 # Really? We now have to do this???
|
|
|
|
|
|
|
|
# AWS
|
|
|
|
export AWS_VAULT_BACKEND=secret-service
|
|
|
|
export AWS_SESSION_TOKEN_TTL=24h
|
|
|
|
export AWS_FEDERATION_TOKEN_TTL=24h
|
|
|
|
|
|
|
|
# Ungoogled chromium
|
2021-02-07 04:00:19 +00:00
|
|
|
export UNGOOGLED_CHROMIUM_VERSION=88.0.4324.146-1 # procfrom:https://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Buster/amd64
|