mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-02 04:07:20 +02:00
Compare commits
2 Commits
929c9ffda3
...
2659bdcef7
Author | SHA1 | Date | |
---|---|---|---|
2659bdcef7 | |||
9740385dda |
@ -681,6 +681,10 @@ alias nordvpn-off2=nordvpn-offf
|
||||
# Consistency in flatpak commands
|
||||
alias flatpak="LANG=C.UTF-8 flatpak"
|
||||
|
||||
if hash homebrew 2> /dev/null; then
|
||||
alias brew=homebrew
|
||||
fi
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
@ -3,13 +3,12 @@
|
||||
# https://dns0.eu - Anycast with servers in the EU. Private ECS. DNSSEC.
|
||||
# Non-profit.
|
||||
#doh-url = https://dns0.eu/
|
||||
doh-url = https://open.dns0.eu/
|
||||
#doh-url = https://open.dns0.eu/
|
||||
|
||||
# https://adguard-dns.io - anycast with servers in multiple continents,
|
||||
# private ECS.
|
||||
#doh-url = https://unfiltered.adguard-dns.com/dns-query
|
||||
|
||||
|
||||
# https://quad9.net - Anycast, no ECS. Malicious domain filtering. Non-profit.
|
||||
#doh-url = https://dns.quad9.net/dns-query
|
||||
# ECS
|
||||
|
Loading…
x
Reference in New Issue
Block a user