Merge branch 'master' of https://github.com/ds-forks/thefuck into ds-forks-master

This commit is contained in:
Vladimir Iakovlev
2017-03-13 13:47:56 +01:00
4 changed files with 57 additions and 1 deletions
+1
View File
@@ -203,6 +203,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `has_exists_script` – prepends `./` when script/binary exists;
* `heroku_not_command` – fixes wrong `heroku` commands like `heroku log`;
* `history` – tries to replace command with most similar command from history;
* `hostscli` – tries to fix `hostscli` usage;
* `ifconfig_device_not_found` – fixes wrong device names like `wlan0` to `wlp2s0`;
* `java` – removes `.java` extension when running Java programs;
* `javac` – appends missing `.java` when compiling Java files;