From d81b25dcde098d7c68f8b1279adb12bf1609a35e Mon Sep 17 00:00:00 2001 From: Michael Krayer Date: Wed, 11 Oct 2023 10:21:56 +0200 Subject: [PATCH] made bash default shell --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 4fb3a94..4b6baa1 100644 --- a/config.def.h +++ b/config.def.h @@ -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