mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-03 20:57:20 +02:00
Compare commits
No commits in common. "2659bdcef7c3bcf86fd26581272ad5b122c3514c" and "929c9ffda37f91e15b5ac23302cb7677a00eda01" have entirely different histories.
2659bdcef7
...
929c9ffda3
@ -681,10 +681,6 @@ alias nordvpn-off2=nordvpn-offf
|
|||||||
# Consistency in flatpak commands
|
# Consistency in flatpak commands
|
||||||
alias flatpak="LANG=C.UTF-8 flatpak"
|
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 .
|
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
|
@ -3,12 +3,13 @@
|
|||||||
# https://dns0.eu - Anycast with servers in the EU. Private ECS. DNSSEC.
|
# https://dns0.eu - Anycast with servers in the EU. Private ECS. DNSSEC.
|
||||||
# Non-profit.
|
# Non-profit.
|
||||||
#doh-url = https://dns0.eu/
|
#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,
|
# https://adguard-dns.io - anycast with servers in multiple continents,
|
||||||
# private ECS.
|
# private ECS.
|
||||||
#doh-url = https://unfiltered.adguard-dns.com/dns-query
|
#doh-url = https://unfiltered.adguard-dns.com/dns-query
|
||||||
|
|
||||||
|
|
||||||
# https://quad9.net - Anycast, no ECS. Malicious domain filtering. Non-profit.
|
# https://quad9.net - Anycast, no ECS. Malicious domain filtering. Non-profit.
|
||||||
#doh-url = https://dns.quad9.net/dns-query
|
#doh-url = https://dns.quad9.net/dns-query
|
||||||
# ECS
|
# ECS
|
||||||
|
4
rc/zshrc
4
rc/zshrc
@ -668,10 +668,6 @@ alias nordvpn-off2=nordvpn-offf
|
|||||||
# Consistency in flatpak commands
|
# Consistency in flatpak commands
|
||||||
alias flatpak="LANG=C.UTF-8 flatpak"
|
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 .zsh_aliases .
|
# Allow custom aliases to be put in .aliases or .zsh_aliases .
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user