Skip to content

Instantly share code, notes, and snippets.

@lakshmankumar12
Forked from neshaug/Chrome Secure Shell Settings
Last active March 24, 2016 16:06
Show Gist options
  • Save lakshmankumar12/477f0153a247feac58e6 to your computer and use it in GitHub Desktop.
Save lakshmankumar12/477f0153a247feac58e6 to your computer and use it in GitHub Desktop.
Chrome Secure Shell Settings
/*
* http://goo.gl/AKBve
*/
// create a new profile at the bottom of the connect dialog, call it windows and then paste this:
mosh_client_.io.terminal_.prefs_.set('font-family', 'DejaVu Sans Mono for Powerline');
mosh_client_.io.terminal_.prefs_.set('font-size', 12);
// this is the standard settings for a profile
term_.prefs_.set('font-family', 'monospace'); // standard
term_.prefs_.set('font-size', 15); // standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment