Latest
This commit is contained in:
parent
ac3989d266
commit
a1fce5a805
2 changed files with 7 additions and 3 deletions
|
@ -424,6 +424,7 @@ softwareGroups:
|
|||
- up
|
||||
- vdirsyncer
|
||||
- wallpaper-cli
|
||||
- wego
|
||||
- whereami
|
||||
- wipe-modules
|
||||
- xh
|
||||
|
|
|
@ -52,9 +52,12 @@ fi
|
|||
alias curl-impersonate='docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome110'
|
||||
|
||||
### curlie
|
||||
if command -v curlie > /dev/null; then
|
||||
alias curl='curlie'
|
||||
fi
|
||||
### Curlie handles compression differently than curl. The bootstrap script
|
||||
# invoked by `bash <(curl -sSL https://install.doctor/start)` also requires
|
||||
# the `--compressed` flag when this alias is enabled.
|
||||
# if command -v curlie > /dev/null; then
|
||||
# alias curl='curlie'
|
||||
# fi
|
||||
|
||||
### exa
|
||||
if command -v exa > /dev/null; then
|
||||
|
|
Loading…
Reference in a new issue