diff options
Diffstat (limited to 'mac/Hyperterm')
-rw-r--r-- | mac/Hyperterm/hyper.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mac/Hyperterm/hyper.js b/mac/Hyperterm/hyper.js index c802677..664287d 100644 --- a/mac/Hyperterm/hyper.js +++ b/mac/Hyperterm/hyper.js @@ -149,7 +149,15 @@ module.exports = { // `hyperpower` // `@company/project` // `project#1.0.1` - plugins: ["hyper-startup", "hyper-dark-scrollbar", "hyperlinks", "gitrocket", "space-pull", "hyper-blink" ], + plugins: [ + "hyper-startup", + "hyperminimal", + "hyper-dark-scrollbar", + "hyperlinks", + "gitrocket", + "space-pull", + "hyper-blink" + ], // in development, you can create a directory under // `~/.hyper_plugins/local/` and include it here |