Add a rule for pacman

This commit is contained in:
mcarton
2015-05-05 11:13:29 +02:00
parent a8ff2375c0
commit 6624ecb3b8
2 changed files with 43 additions and 0 deletions
+1
View File
@@ -151,6 +151,7 @@ using matched rule and run it. Rules enabled by default:
* `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`;
* `mkdir_p` – adds `-p` when you trying to create directory without parent;
* `no_command` – fixes wrong console commands, for example `vom/vim`;
* `pacman` – installs app with `pacman` or `yaourt` if it is not installed;
* `pip_unknown_command` – fixes wrong pip commands, for example `pip instatl/pip install`;
* `python_command` – prepends `python` when you trying to run not executable/without `./` python script;
* `sl_ls` – changes `sl` to `ls`;