Last active
June 28, 2017 14:20
-
-
Save sonukapoor/16b95052703ab0dcf7db2ca41a2e6676 to your computer and use it in GitHub Desktop.
zsh integration with vscode
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
Download and install the fonts from: https://github.com/powerline/fonts | |
Use the following user settings in VS Code: | |
// Place your settings in this file to overwrite the default settings | |
{ | |
"terminal.external.osxExec": "iterm.app", | |
"terminal.integrated.shell.osx": "/bin/zsh", | |
"terminal.integrated.fontFamily": "Source Code Pro for Powerline" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment