diff --git a/.config/shell/functions b/.config/shell/functions index 416d6d9..de604b6 100644 --- a/.config/shell/functions +++ b/.config/shell/functions @@ -133,8 +133,8 @@ alias sc='sudo systemctl' alias sce='sudo systemctl enable --now' alias scd='sudo systemctl disable --now' scs() { - systemctl --user status "*$1*" "$1" || - sudo systemctl status "*$1*" "$1" + systemctl --user status "*$1*" || + sudo systemctl status "*$1*" } alias scu='systemctl --user' alias scue='systemctl --user enable --now'