mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-09-27 05:26:06 +02:00
feat(systemd): add sc-edit-full (#14050)
Co-authored-by: Galen Guyer <galen@galenguyer.com>
This commit is contained in:
co-authored by
Galen Guyer
parent
3079e2f0b5
commit
391cafc4cf
@@ -97,6 +97,10 @@ alias scu-mask-now="scu-mask --now"
|
||||
alias scu-failed='systemctl --user --failed'
|
||||
alias sc-failed='systemctl --failed'
|
||||
|
||||
# --full commands
|
||||
alias sc-edit-full="sc-edit --full"
|
||||
alias scu-edit-full="scu-edit --full"
|
||||
|
||||
function systemd_prompt_info {
|
||||
local unit
|
||||
for unit in "$@"; do
|
||||
|
||||
Reference in New Issue
Block a user