Add no hard link support for ln

This commit is contained in:
lawrencebenson
2016-03-02 17:48:20 +01:00
parent 7ce4307c87
commit 48808f93ac
3 changed files with 70 additions and 0 deletions
+1
View File
@@ -178,6 +178,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `java` – removes `.java` extension when running Java programs;
* `javac` – appends missing `.java` when compiling Java files;
* `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`;
* `ln_no_hard_link` – catches hard link creation on directories, suggest symbolic link;
* `ls_lah` – adds `-lah` to `ls`;
* `man` – changes manual section;
* `man_no_space` – fixes man commands without spaces, for example `mandiff`;