forked from github/abduco
made bash default shell
This commit is contained in:
parent
8c32909a15
commit
d81b25dcde
|
|
@ -1,5 +1,5 @@
|
||||||
/* default command to execute if non is given and $ABDUCO_CMD is unset */
|
/* default command to execute if non is given and $ABDUCO_CMD is unset */
|
||||||
#define ABDUCO_CMD "dvtm"
|
#define ABDUCO_CMD "bash"
|
||||||
/* default detach key, can be overriden at run time using -e option */
|
/* default detach key, can be overriden at run time using -e option */
|
||||||
static char KEY_DETACH = CTRL('\\');
|
static char KEY_DETACH = CTRL('\\');
|
||||||
/* redraw key to send a SIGWINCH signal to underlying process
|
/* redraw key to send a SIGWINCH signal to underlying process
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue