From 28ab6c62f8fb3b5decac32938e2f3436a17e4f12 Mon Sep 17 00:00:00 2001 From: Maciej Mionskowski Date: Wed, 24 Jun 2015 11:07:03 +0200 Subject: [PATCH] Added systemctl rule to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c70683b8..cfd86e34 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `git_push` – adds `--set-upstream origin $branch` to previous failed `git push`; * `git_stash` – stashes you local modifications before rebasing or switching branch; * `go_run` – appends `.go` extension when compiling/running Go programs -* `grep_recursive` – adds `-r` when you trying to grep directory; +* `grep_recursive` – adds `-r` when you trying to grep directory; * `has_exists_script` – prepends `./` when script/binary exists; * `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`; * `ls_lah` – adds -lah to ls; @@ -188,6 +188,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `ssh_known_hosts` – removes host from `known_hosts` on warning; * `sudo` – prepends `sudo` to previous command if it failed because of permissions; * `switch_layout` – switches command from your local layout to en; +* `systemctl` – correctly orders parameters of confusing systemctl; * `whois` – fixes `whois` command. Enabled by default only on specific platforms: