made bash default shell

This commit is contained in:
Michael Krayer 2023-10-11 10:21:56 +02:00
parent 8c32909a15
commit d81b25dcde
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* 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 */
static char KEY_DETACH = CTRL('\\');
/* redraw key to send a SIGWINCH signal to underlying process