aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/term/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/term/config.h')
-rw-r--r--src/cmd/term/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/term/config.h b/src/cmd/term/config.h
index a740ecf..c902597 100644
--- a/src/cmd/term/config.h
+++ b/src/cmd/term/config.h
@@ -6,7 +6,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "consolas:size=16";
+static char *font = "consolas:size=12";
static int borderpx = 2;
/*
@@ -17,7 +17,7 @@ static int borderpx = 2;
* 4: value of shell in /etc/passwd
* 5: value of shell in config.h
*/
-static char *shell = "/bin/mksh";
+static char *shell = "/bin/bash";
char *utmp = nil;
/* scroll program: to enable use a string like "scroll" */
char *scroll = nil;