mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01: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