Put flip somewhere in your $PATH and chmod a+x it.
Copy fuck into ~/.bashrc.
| import java.io.File | |
| /** | |
| * A completely OS-Agnostic way of dealing with java.io.File paths | |
| */ | |
| object RichPath { | |
| sealed class RichBase[+A](left: A) { | |
| /** | |
| * Simple enrichment method designed to let you create a java.io.File | |
| * by simply writing "folderA" / "folderB" / "folderC" |
| ;; Disable the electric arrow, but keep comma and semicolon | |
| (setq-default erlang-electric-commands | |
| '(erlang-electric-comma | |
| erlang-electric-semicolon)) |