Created
July 1, 2020 08:47
-
-
Save abdalmoez/d70feba9eeffe93b7bb8bcb6654ad561 to your computer and use it in GitHub Desktop.
cygwin terminal in vsc
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
[[ ! -z $CWD ]] && cd $CWD |
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
{ | |
"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