Merge branch 'ls_lah' of git://github.com/crimsonknave/thefuck into crimsonknave-ls_lah

This commit is contained in:
nvbn
2015-04-25 03:35:53 +02:00
3 changed files with 21 additions and 0 deletions
+1
View File
@@ -156,6 +156,7 @@ using matched rule and run it. Rules enabled by default:
* `git_no_command` – fixes wrong git commands like `git brnch`;
* `git_push` – adds `--set-upstream origin $branch` to previous failed `git push`;
* `has_exists_script` – prepends `./` when script/binary exists;
* `ls_lah` – adds -lah to ls;
* `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`;