summaryrefslogtreecommitdiff
path: root/plugins/systemd/systemd.plugin.zsh
AgeCommit message (Collapse)Author
2022-12-30feat(systemd): add support for user units in prompt (#11417)the.brain.w
2021-12-30fix(systemd): enable `--user` on restart command (#10543)scrouthtv
`restart` is a unit-related command, not power-related, so it should appear as `sc-restart=sudo systemctl restart` and `scu-restart=systemctl --user restart`
2021-12-29fix(systemd): remove `sudo` from power-related aliases (#9441)scrouthtv
2020-03-25systemd: remove newline from systemd prompt (#8772)Jon
2020-02-18systemd: add prompt function to show systemd units' status (#7657)Sir Mobus Gochfulshigan Dorphin Esquire XXIII
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-02-10systemd: refactor and add latest commands (#6250)Petr Šabata
* Order systemctl commands alphabetically Simplifying the plugin maintenance. Signed-off-by: Petr Šabata <contyk@redhat.com> * Include the latest systemctl commands Based on systemd-233. I'm still keeping the old, now unsupported commands for backwards compatibility as well. Signed-off-by: Petr Šabata <contyk@redhat.com> * Add daemon-reload (#3701) Closes #3701 Co-authored-by: Javier Tia <javier.tia@gmail.com>
2018-08-19Add scu-* aliases for 'systemctl --user' commands (#6661)Sumit Sahrawat
2016-06-05Add list-timers to systemd user commands (#5099)Ben Cole
This is useful for listing "cron like" systemd jobs
2015-10-09Merge pull request #4204 from DoctorJellyface/patch-1Robby Russell
Added --now systemd aliases
2015-09-06Added aliases for --now commandsJuraj Fiala
Also removed the old sc-launch alias because this is just better.
2015-08-01Add sc-launch as a shortcut for start & enableJuraj Fiala
I've heard many people requesting systemd to add this functionality. It's very handy under Arch.
2015-07-31Add alias for "systemctl cat" and "systemctl edit"Boris Avdeev
2012-10-01Added systemd plugin with aliases for systemctl commands.Augusto Rocha Elesbão