diff --git a/home/dot_config/shell/exports.sh.tmpl b/home/dot_config/shell/exports.sh.tmpl index 52546b9d..e0d42f89 100644 --- a/home/dot_config/shell/exports.sh.tmpl +++ b/home/dot_config/shell/exports.sh.tmpl @@ -163,6 +163,9 @@ fi ### Concurrent export CONCURRENT_LOG_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/concurrent" +### cURL +export CURLOPT_ACCEPT_ENCODING=true + ### Desk export DESK_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/desk" export DESK_DESKS_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/desk/desks"