Skip to content

Commit a3111d9

Browse files
🚸 ux(errors): Filter out noise.
1 parent c5bc68c commit a3111d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/fish/aliases.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ abbr sss "services.show --system | less -r"
8484

8585

8686
# errors from journal
87-
abbr errors "journalctl -b -p err -r"
87+
abbr errors 'journalctl -b -p err -r -g "^(?!$USER : a password is required ; .* ; COMMAND=/usr/bin/true\$)"'
8888

8989
# List all files colorized in long format
9090
abbr l "exa -l"

0 commit comments

Comments
 (0)