users/foo-dogsquared: update Tridactyl and atuin config

This commit is contained in:
Gabriel Arazas 2024-08-20 18:47:56 +08:00
parent 7a68e0a6a8
commit 39cc3b50d6
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 6 additions and 1 deletions

View File

@ -109,13 +109,14 @@ autocontain -s github\.com Work
autocontain -s gitlab\.com Work autocontain -s gitlab\.com Work
autocontain -s app\.netlify\.com Work autocontain -s app\.netlify\.com Work
autocontain -s archive\.softwareheritage\.com Work autocontain -s archive\.softwareheritage\.com Work
autocontain -s sourcegraph\.com Work
" So does most freelancing sites. " So does most freelancing sites.
autocontain -s upwork\.com Work autocontain -s upwork\.com Work
autocontain -s monster\.com Work autocontain -s monster\.com Work
autocontain -s foundit\.com(\.ph?) Work autocontain -s foundit\.com(\.ph?) Work
autocontain -s fiverr\.com Work autocontain -s fiverr\.com Work
autocontain -s linkedin\.com Work autocontain -s (ph\.?)linkedin\.com Work
autocontain -s jobstreet\.com(\.ph?) Work autocontain -s jobstreet\.com(\.ph?) Work
autocontain -s (ph\.?)jobstreet\.com(\.ph?) Work autocontain -s (ph\.?)jobstreet\.com(\.ph?) Work

View File

@ -36,10 +36,14 @@ in
(lib.mkIf userCfg.programs.shell.enable { (lib.mkIf userCfg.programs.shell.enable {
programs.atuin.settings.history_filter = [ programs.atuin.settings.history_filter = [
"^curl" "^curl"
"^wget"
"^monolith" "^monolith"
"^sherlock" "^sherlock"
"^yt-dlp" "^yt-dlp"
"^yt-dl"
"^gallery-dl" "^gallery-dl"
"^archivebox"
"^fanficfare"
]; ];
}) })
]); ]);