Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
04d08577
Commit
04d08577
authored
Dec 02, 2012
by
Robby Russell
Browse files
Merge pull request #1336 from aelesbao/plugin-systemd
systemd plugin
parents
b2b77be5
58d904a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/systemd/systemd.plugin.zsh
0 → 100644
View file @
04d08577
user_commands
=(
list-units is-active status show
help
list-unit-files
is-enabled list-jobs show-environment
)
sudo_commands
=(
start stop reload restart try-restart isolate
kill
reset-failed
enable
disable reenable preset mask unmask
link
load cancel set-environment unset-environment
)
for
c
in
$user_commands
;
do
;
alias
sc-
$c
=
"systemctl
$c
"
;
done
for
c
in
$sudo_commands
;
do
;
alias
sc-
$c
=
"sudo systemctl
$c
"
;
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment