Created
March 18, 2020 01:53
-
-
Save DEVfancybear/86945acc9d09a6b774b04175358396f9 to your computer and use it in GitHub Desktop.
This file contains 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
// 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