Configure cURL accept encoding
This commit is contained in:
parent
5a0269a7a4
commit
60ef4a8252
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue