From 8afaeb36a3ff5f27f70c7de8e3fdb2f2158ed9ed Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 31 May 2021 18:01:00 +0000 Subject: Change default programs, and shell on st --- st/config.h | 2 +- st/st | Bin 120816 -> 120816 bytes st/x.o | Bin 87752 -> 87784 bytes 3 files changed, 1 insertion(+), 1 deletion(-) (limited to 'st') diff --git a/st/config.h b/st/config.h index e7ae519..8d67a8d 100644 --- a/st/config.h +++ b/st/config.h @@ -18,7 +18,7 @@ static int borderpx = 2; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -static char *shell = "/bin/sh"; +static char *shell = "/usr/bin/mksh"; char *utmp = NULL; /* scroll program: to enable use a string like "scroll" */ char *scroll = NULL; diff --git a/st/st b/st/st index 5295144..f5c7ccf 100755 Binary files a/st/st and b/st/st differ diff --git a/st/x.o b/st/x.o index fce9141..c6348a1 100644 Binary files a/st/x.o and b/st/x.o differ -- cgit v1.2.3