Last active
June 13, 2020 16:51
-
-
Save hcarty/efbc0ec3a8d100c552027f3106264cb9 to your computer and use it in GitHub Desktop.
Windows Terminal configuration snippet for fdopen's opam + OCaml on Windows
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
{ | |
// 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