From 60ef4a82528724ae47bacc732f532eb1e0ba2b85 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:41:40 -0400 Subject: [PATCH] Configure cURL accept encoding --- home/dot_config/shell/exports.sh.tmpl | 3 +++ 1 file changed, 3 insertions(+) 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"