1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

add ls_lah to readme

This commit is contained in:
Joseph Henrich 2015-04-23 20:33:38 -04:00
parent a454438939
commit e21befbcc4

View File

@ -161,6 +161,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`;