DEV Community

Discussion on: Installing ZSH on Windows

Collapse
 
nvlinh99 profile image
Linh Nguyen Vu

Thanks bro.

Thread Thread
 
fl4zher profile image
Harun Kilic • Edited

It is actually possible with those lines in settings.json in VScode:

    "terminal.external.windowsExec": "C:\\Cmder\\Cmder.exe",
    "terminal.integrated.shell.windows":   "C:\\Cygwin64\\bin\\bash.exe",
    "terminal.integrated.shellArgs.windows": ["-lic", "cd $OLDPWD; exec zsh"]