Add 'Install Shell Commands' menu item.

This commit is contained in:
probablycorey 2014-01-22 15:33:32 -08:00
parent 04c8549c38
commit 40048da314

View File

@ -11,6 +11,8 @@
{ label: 'Open Your Keymap', command: 'application:open-your-keymap' }
{ label: 'Open Your Stylesheet', command: 'application:open-your-stylesheet' }
{ type: 'separator' }
{ label: 'Install Shell Commands', command: 'window:install-shell-commands' }
{ type: 'separator' }
{ label: 'Hide Atom', command: 'application:hide' }
{ label: 'Hide Others', command: 'application:hide-other-applications' }
{ label: 'Show All', command: 'application:unhide-all-applications' }