We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
errors
1 parent c5bc68c commit a3111d9Copy full SHA for a3111d9
.config/fish/aliases.fish
@@ -84,7 +84,7 @@ abbr sss "services.show --system | less -r"
84
85
86
# errors from journal
87
-abbr errors "journalctl -b -p err -r"
+abbr errors 'journalctl -b -p err -r -g "^(?!$USER : a password is required ; .* ; COMMAND=/usr/bin/true\$)"'
88
89
# List all files colorized in long format
90
abbr l "exa -l"
0 commit comments