Skip to content

Instantly share code, notes, and snippets.

@DEVfancybear
Created March 18, 2020 01:53
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 DEVfancybear/86945acc9d09a6b774b04175358396f9 to your computer and use it in GitHub Desktop.
Save DEVfancybear/86945acc9d09a6b774b04175358396f9 to your computer and use it in GitHub Desktop.
// Batch link
"shell": "C:\\Windows\\System32\\bash.exe",
// for setting shell arguments (i.e. for using interactive shellArgs: `['-i']`)
// by default `['--login']` will be used
"shellArgs": ["-c", "zsh && cd ~"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment