Last active
January 20, 2021 20:50
-
-
Save WhoAteDaCake/84aa8808675ec6d132b46edc64e609af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 function with-types { | |
2 npm i $1 && npm i --save-dev @types/$1 | |
3 } | |
4 | |
5 # Local bin | |
6 export PATH = "$PATH:~/bin" | |
7 | |
8 # Load ocaml env | |
9 eval $(opam env) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment