hyper/app
Richard Zhao 011ae3fd52 Add support for environment variables in config (#534)
* Allow env to be specified in config (#424)

This is referencing #424. User specified environment variables
in the `.hyperterm.js` file are expected under a field named `env`.

An example config:

```
module.exports = {
  config: {

    ...

    // Environment variables
    env: {
      WHAT_UP: 'heyo',
    }

    ...

  },

  plugins: [],

  localPlugins: []
};
```

* Add env field to default config
2016-08-02 08:49:25 +01:00
..
static Reorg (#386) 2016-07-24 10:59:21 -07:00
auto-updater.js make the auto updater work on windows (#514) 2016-07-29 21:12:53 -07:00
config-default.js Add support for environment variables in config (#534) 2016-08-02 08:49:25 +01:00
config.js Reorg (#386) 2016-07-24 10:59:21 -07:00
index.html really fix utf-8 now 2016-07-26 12:16:57 -07:00
index.js Add support for opening the terminal on the correct display (#519) 2016-08-02 01:00:49 +01:00
menu.js Reorg (#386) 2016-07-24 10:59:21 -07:00
notify.html Reorg (#386) 2016-07-24 10:59:21 -07:00
notify.js Reorg (#386) 2016-07-24 10:59:21 -07:00
package.json Use configured shell to update plugins (#447) 2016-07-30 20:51:09 +02:00
plugins.js Use configured shell to update plugins (#447) 2016-07-30 20:51:09 +02:00
rpc.js Server now extends EventEmitter instead of creating and EventEmitter instance (#406) 2016-07-26 10:47:18 -07:00
session.js Add support for environment variables in config (#534) 2016-08-02 08:49:25 +01:00