From 776ff4e3dbe1337e68bef24483d92d29cd45f06f Mon Sep 17 00:00:00 2001 From: Brobin Date: Wed, 22 Apr 2015 20:45:12 -0500 Subject: [PATCH] updated readme for sl_ls --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d584ed2..ec680efb 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ using matched rule and run it. Rules enabled by default: * `mkdir_p` – adds `-p` when you trying to create directory without parent; * `no_command` – fixes wrong console commands, for example `vom/vim`; * `python_command` – prepends `python` when you trying to run not executable/without `./` python script; +* `sl_ls` – changes `sl` to `ls`; * `rm_dir` – adds `-rf` when you trying to remove directory; * `ssh_known_hosts` – removes host from `known_hosts` on warning; * `sudo` – prepends `sudo` to previous command if it failed because of permissions;