#N/A: Add workon_doesnt_exists rule

This commit is contained in:
Vladimir Iakovlev
2016-08-13 20:55:00 +03:00
parent ae3e231a5f
commit a2693bd737
3 changed files with 68 additions and 1 deletions
+2 -1
View File
@@ -227,7 +227,8 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `tmux` – fixes `tmux` commands;
* `unknown_command` – fixes hadoop hdfs-style "unknown command", for example adds missing '-' to the command on `hdfs dfs ls`;
* `vagrant_up` – starts up the vagrant instance;
* `whois` – fixes `whois` command.
* `whois` – fixes `whois` command;
* `workon_doesnt_exists` – fixes `virtualenvwrapper` env name os suggests to create new.
Enabled by default only on specific platforms: