mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
feat(systemd): add alias for --failed commands (#11847)
This commit is contained in:
@@ -93,6 +93,9 @@ alias scu-enable-now="scu-enable --now"
|
||||
alias scu-disable-now="scu-disable --now"
|
||||
alias scu-mask-now="scu-mask --now"
|
||||
|
||||
# --failed commands
|
||||
alias scu-failed='systemctl --user --failed'
|
||||
alias sc-failed='systemctl --failed'
|
||||
|
||||
function systemd_prompt_info {
|
||||
local unit
|
||||
|
Reference in New Issue
Block a user