hyper/app
Efe Gürkan YALAMAN 77597da1d3 Added shellArgs to the config. (#572)
In case someone wants to use non-login shells there is a field added to
the configuration file.
If shellArgs not set default shell will be used as before.

i.e. for using interactive shell (and use .bashrc instead of
.bash_profile on linux) use shellArgs: ['-i'] and shell: '/bin/bash'
this is useful especially if you are on Linux.
2016-08-13 21:30:17 +02: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 Added shellArgs to the config. (#572) 2016-08-13 21:30:17 +02:00
config.js Reorg (#386) 2016-07-24 10:59:21 -07:00
index.html Prevent hovering on tabs from causing text flicker (#492) 2016-08-02 12:09:54 -07:00
index.js Added shellArgs to the config. (#572) 2016-08-13 21:30:17 +02:00
menu.js [WIP] Add proper window support (#547) 2016-08-04 01:52:31 +01: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 Moved "file-uri-to-path" dep to app package.json (#569) 2016-08-05 10:03:49 +01:00
plugins.js Add the very first test 🎉 (#549) 2016-08-03 16:39:58 -03:00
rpc.js Server now extends EventEmitter instead of creating and EventEmitter instance (#406) 2016-07-26 10:47:18 -07:00
session.js Added shellArgs to the config. (#572) 2016-08-13 21:30:17 +02:00