Skip to content

Instantly share code, notes, and snippets.

@neshaug
Last active January 23, 2020 07:07
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save neshaug/4495078 to your computer and use it in GitHub Desktop.
Save neshaug/4495078 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:
term_.prefs_.set('font-family', 'Lucida Console');
term_.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