Skip to content

Instantly share code, notes, and snippets.

@WhoAteDaCake
Last active January 20, 2021 20:50
Show Gist options
  • Save WhoAteDaCake/84aa8808675ec6d132b46edc64e609af to your computer and use it in GitHub Desktop.
Save WhoAteDaCake/84aa8808675ec6d132b46edc64e609af to your computer and use it in GitHub Desktop.
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