Skip to content

Instantly share code, notes, and snippets.

@abdalmoez
Created July 1, 2020 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdalmoez/d70feba9eeffe93b7bb8bcb6654ad561 to your computer and use it in GitHub Desktop.
Save abdalmoez/d70feba9eeffe93b7bb8bcb6654ad561 to your computer and use it in GitHub Desktop.
cygwin terminal in vsc
[[ ! -z $CWD ]] && cd $CWD
{
"terminal.integrated.shell.windows": "C:\\cygwin64\\bin\\bash.exe",
"terminal.integrated.env.windows": { "CWD":"${cwd}" },
"terminal.integrated.shellArgs.windows": [ "--login", "-i"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment