mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 13:47:20 +02:00
Compare commits
3 Commits
9313a886d3
...
7cdb1591bc
Author | SHA1 | Date | |
---|---|---|---|
7cdb1591bc | |||
d7bebdb78d | |||
30f745bfbe |
@ -5,15 +5,7 @@
|
||||
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
||||
"checkForDNTPolicy": true,
|
||||
"disabledSites": [
|
||||
"challenges.cloudflare.com",
|
||||
"*.challenges.cloudflare.com",
|
||||
"chrome-extension-scheme",
|
||||
"ecosia.org",
|
||||
"*.ecosia.org",
|
||||
"keyoxide.org",
|
||||
"moz-extension-scheme",
|
||||
"research.cloudflare.com",
|
||||
"*.research.cloudflare.com"
|
||||
"www.ecosia.org"
|
||||
],
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
@ -44,7 +36,7 @@
|
||||
"trustedSiteDirectives": [
|
||||
"chrome-extension-scheme",
|
||||
"challenges.cloudflare.com",
|
||||
"ecosia.org",
|
||||
"www.ecosia.org",
|
||||
"firefox.com",
|
||||
"google.com",
|
||||
"mail.google.com",
|
||||
@ -71,7 +63,9 @@
|
||||
"ublock-privacy",
|
||||
"easyprivacy",
|
||||
"FIN-0",
|
||||
"ublock-quick-fixes"
|
||||
"ublock-quick-fixes",
|
||||
"plowe-0",
|
||||
"adguard-spyware-url"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -12,7 +12,7 @@
|
||||
"trustedSiteDirectives": [
|
||||
"chrome-extension-scheme",
|
||||
"challenges.cloudflare.com",
|
||||
"ecosia.org",
|
||||
"www.ecosia.org",
|
||||
"firefox.com",
|
||||
"google.com",
|
||||
"mail.google.com",
|
||||
@ -39,14 +39,16 @@
|
||||
"ublock-privacy",
|
||||
"easyprivacy",
|
||||
"FIN-0",
|
||||
"ublock-quick-fixes"
|
||||
"ublock-quick-fixes",
|
||||
"plowe-0",
|
||||
"adguard-spyware-url"
|
||||
]
|
||||
}
|
||||
},
|
||||
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
|
||||
"disableFirstRunPage": true,
|
||||
"noFiltering": [
|
||||
"ecosia.org",
|
||||
"www.ecosia.org",
|
||||
"cloudflare.com",
|
||||
"google.com",
|
||||
"mail.google.com"
|
||||
@ -84,15 +86,7 @@
|
||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||
"checkForDNTPolicy": true,
|
||||
"disabledSites": [
|
||||
"challenges.cloudflare.com",
|
||||
"*.challenges.cloudflare.com",
|
||||
"chrome-extension-scheme",
|
||||
"ecosia.org",
|
||||
"*.ecosia.org",
|
||||
"keyoxide.org",
|
||||
"moz-extension-scheme",
|
||||
"research.cloudflare.com",
|
||||
"*.research.cloudflare.com"
|
||||
"www.ecosia.org"
|
||||
],
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
|
@ -379,7 +379,7 @@ alias rscp='rsync -h --progress -avz '
|
||||
alias rscpr='rsync -h --progress -azvv '
|
||||
|
||||
# TMUX specific
|
||||
alias tmux="tmux -2u"
|
||||
alias tmux="TERM=tmux-256color \tmux -2u"
|
||||
alias attach="tmux attach-session"
|
||||
alias detach="tmux detach"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user