Suggest ls -A when ls has no output

This commit is contained in:
Joseph Frazier
2016-10-10 14:55:45 -04:00
parent ddd8788353
commit 756044e087
3 changed files with 23 additions and 0 deletions
+1
View File
@@ -202,6 +202,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`;
* `ln_no_hard_link` – catches hard link creation on directories, suggest symbolic link;
* `ln_s_order` – fixes `ln -s` arguments order;
* `ls_all` – adds `-A` to `ls` when output is empty;
* `ls_lah` – adds `-lah` to `ls`;
* `man` – changes manual section;
* `man_no_space` – fixes man commands without spaces, for example `mandiff`;