Skip to content

Instantly share code, notes, and snippets.

@hcarty
Last active June 13, 2020 16:51
Show Gist options
  • Save hcarty/efbc0ec3a8d100c552027f3106264cb9 to your computer and use it in GitHub Desktop.
Save hcarty/efbc0ec3a8d100c552027f3106264cb9 to your computer and use it in GitHub Desktop.
Windows Terminal configuration snippet for fdopen's opam + OCaml on Windows
{
// Make changes here to the bash.exe profile
"guid": "{a515ab70-2da7-4310-930d-b98cb83a16a2}",
"name": "OCaml Cygwin bash",
"commandline": "C:/OCaml64/bin/bash.exe --login -i",
"icon": "https://ocaml.org/img/favicon32x32.ico",
"hidden": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment